From 71f58f33a8bd79e66d5cc70e62c1a7daa2861e30 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 18 四月 2024 23:47:18 +0800 Subject: [PATCH] update --- src/views/mdc/station-live.vue | 20 ++++---------------- 1 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/views/mdc/station-live.vue b/src/views/mdc/station-live.vue index 7eba7c9..8811149 100644 --- a/src/views/mdc/station-live.vue +++ b/src/views/mdc/station-live.vue @@ -2,7 +2,7 @@ * @Author: lzhe lzhe@example.com * @Date: 2024-03-26 10:28:33 * @LastEditors: lzhe lzhe@example.com - * @LastEditTime: 2024-04-18 18:27:19 + * @LastEditTime: 2024-04-18 18:35:55 * @FilePath: /smart-web/src/views/master/person/main/index.vue * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -54,7 +54,7 @@ data(){ return { stationForm: { - test: "461" + test: "" }, dialog: { save: false @@ -195,21 +195,9 @@ }) }, getlist() { - var obj = { - workstationId: this.lastLevelId, - } - if(this.searchData.feedBackStatus != 0) { - obj.feedBackStatus = this.searchData.feedBackStatus; - } - if(this.searchData.endDate) { - obj.endDate = this.searchData.endDate; - } - if(this.searchData.startDate) { - obj.startDate = this.searchData.startDate; - } - this.$HTTP.post("/api/blade-cps/workstation-wcs-feedback/page?current=1&size=15",obj).then(res=> { + this.$HTTP.get(`/api/blade-cps/workstation/get?workstationId=${this.lastLevelId}`).then(res=> { if(res.code == 200) { - this.searchDataList = res.data.records; + console.log(res.data,234) } }) } -- Gitblit v1.9.3