YY 2 anni fa
parent
commit
9a2fcfefd8

+ 1 - 1
src/views/platActivi/act/goodsDetail.vue

@@ -109,7 +109,7 @@ export default {
     test: {
       deep: true,
       immediate: true,
-      handler(val) { },
+      handler(val) {},
     },
   },
 };

+ 1 - 0
src/views/platmanag/goods/spec.vue

@@ -140,6 +140,7 @@ export default {
       const obj = { goods: this.goods, status: '0', can_group: '1', freight: 0 };
       this.$set(this, 'form', obj);
     },
+    // 面包屑
     async toData(row) {
       let data = this.data;
       let res = await this.goodsFetch(this.goods);