src/views/mes/modules/MesProductionWorkOrderCompletenessCheckModal.vue @@ -147,9 +147,11 @@ }, submitCallback(){ this.$emit('ok'); this.dataSource = [] this.visible = false; }, handleCancel () { this.dataSource = [] this.close() } }