From cc077cba0e6a0c1d9ec11af6c89ee5c898cee423 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期三, 17 一月 2024 00:25:06 +0800 Subject: [PATCH] updatte --- src/container/Map/index.vue | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/container/Map/index.vue b/src/container/Map/index.vue index 36cbd18..f9c000b 100644 --- a/src/container/Map/index.vue +++ b/src/container/Map/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 22:26:22 * @LastEditors: Sneed - * @LastEditTime: 2024-01-15 23:00:09 + * @LastEditTime: 2024-01-16 00:30:16 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/index.vue --> <template> @@ -47,22 +47,22 @@ } catch (error) { } - getRequest('machineList', { - plantId: this.id, - }).then(res => { - // this.list = res.data.list - this.info = { - runRate: res.data.runRate, - cutRate: res.data.cutRate, - alarmRate: res.data.alarmRate, - threeShiftRate: res.data.threeShiftRate, - twoShiftRate: res.data.twoShiftRate, - run: res.data.run, - alarm: res.data.alarm, - stop: res.data.stop, - idle: res.data.idle - } - }) + // getRequest('machineList', { + // plantId: this.id, + // }).then(res => { + // // this.list = res.data.list + // this.info = { + // runRate: res.data.runRate, + // cutRate: res.data.cutRate, + // alarmRate: res.data.alarmRate, + // threeShiftRate: res.data.threeShiftRate, + // twoShiftRate: res.data.twoShiftRate, + // run: res.data.run, + // alarm: res.data.alarm, + // stop: res.data.stop, + // idle: res.data.idle + // } + // }) } }, data() { -- Gitblit v1.9.3