daiqisheng 3 years ago
parent
commit
7fecfcdfde
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/pages/main/performance/components/form.vue

+ 1 - 2
src/pages/main/performance/components/form.vue

@@ -235,8 +235,7 @@ export default {
   //   },
   // },
   created() {
-    console.log(this.form.slice(0, 1), "aadada");
-    console.log(this.form.slice(1), "dadadaa");
+    console.log("我是修改过的");
     this.form.forEach((el) => {
       if (el.default) {
         // this.object[el.props] = el.default;