diff --git a/src/views/qm/product.vue b/src/views/qm/product.vue index 9ebbb4f9..6b92508e 100644 --- a/src/views/qm/product.vue +++ b/src/views/qm/product.vue @@ -38,6 +38,7 @@ + @@ -86,7 +87,7 @@ v-if="dialog.check" :materialCate="materialCate" :ftestWork="ftestWork" - @closed="dialog.check = false" + @closed="handleCheckClose" > @@ -169,6 +170,10 @@ export default { handleQuery() { this.$refs.table.queryData(this.query); }, + handleCheckClose() { + this.dialog.check = false; + this.$refs.table.refresh(); + }, resetQuery() { this.query = {}; }, diff --git a/src/views/qm/productCheck.vue b/src/views/qm/productCheck.vue index f73b0c96..7bafed5d 100644 --- a/src/views/qm/productCheck.vue +++ b/src/views/qm/productCheck.vue @@ -32,7 +32,7 @@ workObj.count_sampling }} - {{item.batch}}、 + {{item.batch}}; -