From d066a9659f793dee40ac7fa0bc399ebd30664b4a Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 14 八月 2025 10:01:10 +0800
Subject: [PATCH] 3202加列表按钮跳转功能点
---
components/oi-form/list/layout/index.vue | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/components/oi-form/list/layout/index.vue b/components/oi-form/list/layout/index.vue
index 9bedb6c..61fcd5b 100644
--- a/components/oi-form/list/layout/index.vue
+++ b/components/oi-form/list/layout/index.vue
@@ -57,15 +57,6 @@
},
},
- mounted() {
- console.log("mounted layout", this.data.setting.colList)
- },
- beforeUpdate (){
- console.log("beforeUpdate layout",this.data)
- },
- updated(){
- console.log("updated layout",this.data)
- }
};
</script>
--
Gitblit v1.9.1