对接设计符合性确认
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
}
|
||||
getAction(this.url.queryProjectLawsInventoryInfoById, query).then((res) => {
|
||||
if (res.success) {
|
||||
this.queryProject = res.result.projectLawsInventory || {}
|
||||
this.queryProject = res.result || {}
|
||||
this.loading = false
|
||||
} else {
|
||||
this.queryProject = {}
|
||||
|
||||
Reference in New Issue
Block a user