Browse Source

2024.7.7 产品文档收集-转量产、所有、生产文档确认进度

java8
yuejiayang 2 years ago
parent
commit
171a61c1b8
  1. 2
      src/views/modules/eam/com_project_proof_record.vue

2
src/views/modules/eam/com_project_proof_record.vue

@ -1265,7 +1265,6 @@
}) })
}, },
saveSelectionDocumentType() { saveSelectionDocumentType() {
this.getProofDocument()
if (this.documentSelection.length === 0) { if (this.documentSelection.length === 0) {
this.$message({ this.$message({
message: '请选择文档类型', message: '请选择文档类型',
@ -1292,6 +1291,7 @@
message: '新增成功', message: '新增成功',
type: 'success' type: 'success'
}) })
this.getProofDocument()
this.addDocumentTypeFlag = false this.addDocumentTypeFlag = false
// //
this.refreshCurrentTabTable() this.refreshCurrentTabTable()

Loading…
Cancel
Save