增加长图,方图分类上传功能
This commit is contained in:
@@ -457,7 +457,7 @@ this.$emit('delete',[row])
|
||||
console.log("🚀 ~ getAssociatedGoodsList ~ form:", form)
|
||||
}
|
||||
else if (this.currentType == "bookMarketId") {
|
||||
form.medicineMarketId = this.currentId;
|
||||
form.psycheMarketId = this.currentId;
|
||||
console.log("🚀 ~ getAssociatedGoodsList ~ form:", form)
|
||||
}
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ export default {
|
||||
form.medicineLabelId = this.currentId;
|
||||
console.log("🚀 ~ getAssociatedGoodsList ~ form:", form);
|
||||
} else if (this.currentType == "bookMarketId") {
|
||||
form.medicineMarketId = this.currentId;
|
||||
form.psycheMarketId = this.currentId;
|
||||
console.log("🚀 ~ getAssociatedGoodsList ~ form:", form);
|
||||
}
|
||||
this.dataListLoading = true;
|
||||
|
||||
Reference in New Issue
Block a user