平台件项目库修改bug

This commit is contained in:
zyx.net
2023-09-27 16:33:15 +08:00
parent 613fe0e82b
commit 62dc584391
@@ -78,7 +78,7 @@
if (res.success) {
this.queryForm = res.result[0] || {}
if (this.queryProject) {
this.queryForm = { ...this.queryForm, ...this.queryProject }
this.queryForm = { ...this.queryProject, ...this.queryForm }
}
} else {
this.queryForm = {}