fix:出入库后页面库存刷新
This commit is contained in:
parent
b062b9f568
commit
7cb112bde8
|
@ -317,7 +317,10 @@ export default {
|
|||
this.dialog.scrap = false;
|
||||
this.$refs.table.refresh();
|
||||
},
|
||||
handleinmSuccess(){},
|
||||
//出入库后刷新页面
|
||||
handleinmSuccess(){
|
||||
this.$refs.table.refresh();
|
||||
},
|
||||
//搜索
|
||||
handleQuery() {
|
||||
this.$refs.table.queryData(this.query);
|
||||
|
|
Loading…
Reference in New Issue