平台件项目库修改bug
This commit is contained in:
+1
-1
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user