fix:出入库后页面库存刷新

This commit is contained in:
shijing 2024-11-01 09:24:04 +08:00
parent b062b9f568
commit 7cb112bde8
1 changed files with 4 additions and 1 deletions

View File

@ -317,7 +317,10 @@ export default {
this.dialog.scrap = false; this.dialog.scrap = false;
this.$refs.table.refresh(); this.$refs.table.refresh();
}, },
handleinmSuccess(){}, //
handleinmSuccess(){
this.$refs.table.refresh();
},
// //
handleQuery() { handleQuery() {
this.$refs.table.queryData(this.query); this.$refs.table.queryData(this.query);