增加长图,方图分类上传功能

This commit is contained in:
liuyuan
2025-03-12 16:44:12 +08:00
parent cc744ec5fb
commit eadd2a83be
7 changed files with 105 additions and 16 deletions

View File

@@ -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)
}

View File

@@ -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;