修复黔西南异常

This commit is contained in:
aixianling
2024-04-02 17:24:55 +08:00
parent d599972b7f
commit de918d48dc
3 changed files with 6 additions and 6 deletions

View File

@@ -929,7 +929,7 @@
gridId: this.gridId || this.gridParentId
}
}).then(res => {
if (res.code === 0) {
if (res?.data) {
this.wjwqgkInfo = res.data
}
})