From eef1ef0be935d4a3d8fc691b2666f41796b2d4a5 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 04 十一月 2024 19:57:08 +0800
Subject: [PATCH] 增加列表显示

---
 src/views/mdc/state-feedback.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/mdc/state-feedback.vue b/src/views/mdc/state-feedback.vue
index 4cd3ad1..ee3fb92 100644
--- a/src/views/mdc/state-feedback.vue
+++ b/src/views/mdc/state-feedback.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-06-05 12:03:50
+ * @LastEditTime: 2024-11-01 14:56:23
  * @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
 -->
@@ -116,7 +116,7 @@
 					type: 'warning'
 				}).then(() => {
 					var arr = [row.id]
-					this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",arr).then(res=> {
+					this.$HTTP.delete("/api/mdc/workstation-wcs-feedback",arr).then(res=> {
 						if(res.code == 200) {
 							this.$message.success("鎿嶄綔鎴愬姛");
 							this.getlist();
@@ -130,7 +130,7 @@
 				this.getlist();
 			},
 			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") {
@@ -188,7 +188,7 @@
 					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.post("/api/mdc/workstation-wcs-feedback/page?current=1&size=15",obj).then(res=> {
 						if(res.code == 200) {
 							this.searchDataList = res.data.records;
 						}
@@ -255,7 +255,7 @@
 					groupCategory: 1,
 					groupType: "group_workstation"
 				}
-				this.$HTTP.post("/api/blade-cps/group/groupWorkstation/type",obj).then(res=> {
+				this.$HTTP.post("/api/smis/group/groupWorkstation/type",obj).then(res=> {
 					if(res.code == 200) {
 						var treeDisabled = this.addTreeDisable(res.data);
 						this.tableData = this.buildTree(treeDisabled);  //浠庢墎骞冲寲鍙樹负鏍戠姸缁撴瀯
@@ -280,7 +280,7 @@
 				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.post("/api/mdc/workstation-wcs-feedback/page?current=1&size=15",obj).then(res=> {
 					if(res.code == 200) {
 						this.searchDataList = res.data.records;
 					}
@@ -305,7 +305,7 @@
 					sel.push(item.id);
 				})
 				var that = this;
-				this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",sel).then(res=> {
+				this.$HTTP.delete("/api/mdc/workstation-wcs-feedback",sel).then(res=> {
 					if(res.code == 200) {
 						this.$message.success("鎿嶄綔鎴愬姛");
 						this.getlist();

--
Gitblit v1.9.3