@@ -109,7 +109,7 @@ export default {
test: {
deep: true,
immediate: true,
- handler(val) { },
+ handler(val) {},
},
};
@@ -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);