From fd6e935f391501358357f3e6bc1957764510b8bc Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期三, 13 十二月 2023 16:47:05 +0800 Subject: [PATCH] 修改 --- src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue b/src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue index 64ed6f3..acacf9a 100644 --- a/src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue +++ b/src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue @@ -95,7 +95,7 @@ this.loading = true getAction(this.url.list, params) .then(res => { - if (res.success) { + if (res.success&&res.result!==null) { //update-begin---author:zhangyafei Date:20201118 for锛氶�傞厤涓嶅垎椤电殑鏁版嵁鍒楄〃------------ this.dataSource = res.result.records if (this.dataSource != null && this.dataSource != "") { -- Gitblit v1.9.3