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