Ver código fonte

修改新增id

YY 2 anos atrás
pai
commit
b91ade25eb

+ 2 - 0
src/views/platActivi/act/index.vue

@@ -107,6 +107,8 @@ export default {
     },
     // 新增
     toAdd() {
+      let id = '';
+      this.$set(this, `id`, id);
       this.$set(this, `view`, 'info');
     },
     // 修改

+ 2 - 0
src/views/platActivi/actTags/index.vue

@@ -106,6 +106,8 @@ export default {
     },
     // 新增
     toAdd() {
+      let id = '';
+      this.$set(this, `id`, id);
       this.$set(this, `view`, 'info');
     },
     // 修改

+ 2 - 0
src/views/platActivi/coupon/index.vue

@@ -127,6 +127,8 @@ export default {
     },
     // 新增
     toAdd() {
+      let id = '';
+      this.$set(this, `id`, id);
       this.$set(this, `view`, 'info');
     },
     toBack() {

+ 2 - 0
src/views/platSettings/banner/index.vue

@@ -106,6 +106,8 @@ export default {
     },
     // 新增
     toAdd() {
+      let id = '';
+      this.$set(this, `id`, id);
       this.$set(this, `view`, 'info');
     },
     // 修改

+ 2 - 0
src/views/platSettings/indexModule/index.vue

@@ -106,6 +106,8 @@ export default {
     },
     // 新增
     toAdd() {
+      let id = '';
+      this.$set(this, `id`, id);
       this.$set(this, `view`, 'info');
     },
     // 修改