From 3931e2728f618d0090f129b2665bc1285c4440c3 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 03 十一月 2024 17:27:32 +0800 Subject: [PATCH] update --- src/views/mdc/add-station-status.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mdc/add-station-status.vue b/src/views/mdc/add-station-status.vue index 1897390..78dbfaa 100644 --- a/src/views/mdc/add-station-status.vue +++ b/src/views/mdc/add-station-status.vue @@ -108,7 +108,7 @@ return this }, getfeedBackStatusList() { - this.$HTTP.get("/api/blade-cps/global_wcs/wcs-achievements").then(res=> { + this.$HTTP.get("/api/smis/global_wcs/wcs-achievements").then(res=> { if(res.code == 200) { res.data.forEach(item=> { if(item.type == "4") { @@ -126,14 +126,14 @@ this.$refs.dialogForm.validate(async (valid) => { if (valid) { this.isSaveing = true; - this.$HTTP.post("/api/blade-cps/workstation-wcs-feedback/overwrite-feedback-check",obj).then(res=> { + this.$HTTP.post("/api/mdc/workstation-wcs-feedback/overwrite-feedback-check",obj).then(res=> { that.isSaveing = false; if(res.code == 200) { if(res.data) { that.$confirm(`鍙嶉鐨勬椂闂翠笌宸叉湁鍙嶉閲嶅彔锛屾槸鍚﹁鐩朻, '', { type: 'warning' }).then(() => { - that.$HTTP.post("/api/blade-cps/workstation-wcs-feedback/start-feedback-by-no-immediate",obj).then(res=> { + that.$HTTP.post("/api/mdc/workstation-wcs-feedback/start-feedback-by-no-immediate",obj).then(res=> { if(res.code == 200) { that.$message.success("鎿嶄綔鎴愬姛"); that.$emit('success', this.addDictForm, this.mode); @@ -142,7 +142,7 @@ }) }).catch(() => {}) }else { - that.$HTTP.post("/api/blade-cps/workstation-wcs-feedback/start-feedback-by-no-immediate",obj).then(res=> { + that.$HTTP.post("/api/mdc/workstation-wcs-feedback/start-feedback-by-no-immediate",obj).then(res=> { if(res.code == 200) { that.$message.success("鎿嶄綔鎴愬姛"); that.$emit('success', this.addDictForm, this.mode); @@ -162,7 +162,7 @@ //琛ㄥ崟娉ㄥ叆鏁版嵁 setData(lastLevelId){ this.getfeedBackStatusList(); //鑾峰彇鐘舵�乴ist - this.$HTTP.get(`/api/blade-cps/workstation-wcs-feedback/latest?workstationId=${lastLevelId}`).then(res=> { + this.$HTTP.get(`/api/mdc/workstation-wcs-feedback/latest?workstationId=${lastLevelId}`).then(res=> { if(res.code == 200) { if(res.data == null) { this.isShow = false; -- Gitblit v1.9.3