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