This commit is contained in:
@fawn-nine
2024-05-28 09:36:03 +08:00
parent a8f12d22ef
commit 58f03e6aae
2 changed files with 8 additions and 7 deletions

View File

@@ -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() {