选择项目后未提交保存直接退出,下次点击新增项目时应刷新选择框,不保留历史数据

master
Harry Yang 2023-01-04 19:04:42 +08:00
parent 1b6a68438f
commit bbe63860e5
1 changed files with 1 additions and 0 deletions

View File

@ -700,6 +700,7 @@
newProcurementContractClick() {
// 先选择 项目 (打开对话框)
this.resetForm()
this.processType = procurementContract
this.procurementProjectSelectorVisible = true
},