微调
This commit is contained in:
@@ -143,12 +143,13 @@ export default {
|
|||||||
this.getDataList();
|
this.getDataList();
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
var ids = this.multipleSelection.map((e) => e.productId).toString(",");
|
// var ids = this.multipleSelection.map((e) => e.productId).toString(",");
|
||||||
this.$emit("submit", ids);
|
// this.$emit("submit", ids);
|
||||||
console.log(
|
// console.log(
|
||||||
"🚀 ~ submit ~ this.multipleSelection:",
|
// "🚀 ~ submit ~ this.multipleSelection:",
|
||||||
this.multipleSelection
|
// this.multipleSelection
|
||||||
);
|
// );
|
||||||
|
// this.drawer = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取商品类型
|
// 获取商品类型
|
||||||
|
|||||||
@@ -483,7 +483,7 @@ export default {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.commonShop.clear();
|
this.$refs.commonShop.clear();
|
||||||
// this.$refs.commonShop.bookMarketId = null;
|
// this.$refs.commonShop.bookMarketId = null;
|
||||||
this.$refs.commonShop.getDataList(type == "edit" ? form.id : "");
|
// this.$refs.commonShop.getDataList(type == "edit" ? form.id : "");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
addOrUpdateHandle() {
|
addOrUpdateHandle() {
|
||||||
|
|||||||
Reference in New Issue
Block a user