diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index 70a944cb..74838781 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -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);