From c778805ef2632721ca3283226907eda3f479c9ee Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Thu, 14 Sep 2023 09:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/appointmentteamdata/appointmentteamdata/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue b/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue index 46179785..7cc20f2e 100644 --- a/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue +++ b/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue @@ -656,7 +656,7 @@ export default { this.upload.isUploading = false; this.$refs.upload.clearFiles(); console.log(response) - if (response.code === 200 && response.msg.includes('请核验') == -1) { + if (response.code === 200 && response.msg.includes('请核验') == false) { // this.$alert(response.msg, "导入结果", {dangerouslyUseHTMLString: true}); this.appointmentteamdataLists = JSON.parse(response.msg) } else {