cuiqian2004
2025-05-23 df481aebfb7a19eea5d6c02f93c6f5776b0fdc19
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>