对接设计符合性确认

This commit is contained in:
qq787203167
2022-05-09 10:47:17 +08:00
parent 2984972943
commit 25d07f9e27
5 changed files with 154 additions and 5 deletions
@@ -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 = {}