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