From aa5b97509ddd7651aa7122947412da6e78aacb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Sat, 28 Oct 2023 13:41:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stationOperation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/stationOperation/index.vue b/src/views/stationOperation/index.vue index 128272b..f1259c1 100644 --- a/src/views/stationOperation/index.vue +++ b/src/views/stationOperation/index.vue @@ -281,7 +281,7 @@ export default { this.$message.success({ content: 'Loaded!', key, duration: 2 }) } res.result.forEach((item) => { - if (object.prototype.toString.call(item) == '[object Object]') { + if (Object.prototype.toString.call(item) == '[object Object]') { arr.forEach((el) => { if ( parseInt(item.id) == el.stationId &&