From ec9a5aad0640e25fcc07997d8d8fdeb5ad0d028b Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 14 十二月 2023 09:57:20 +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