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/notification/business.vue |   21 +++------------------
 1 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/src/views/notification/business.vue b/src/views/notification/business.vue
index 1eb3d8b..780c7ef 100644
--- a/src/views/notification/business.vue
+++ b/src/views/notification/business.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-05-10 12:08:41
+ * @LastEditTime: 2024-11-01 14:56:47
  * @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
 -->
@@ -193,14 +193,14 @@
 				this.employeeLi.splice(index,1);
 			},
 			getgroupType() {
-				this.$HTTP.get("/api/blade-cps/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
+				this.$HTTP.get("/api/smis/organization/list?groupType=group_organization&groupCategory=1").then(res=> {
 					if(res.code == 200) {
 						this.organizationList = res.data;
 					}
 				})
 			},
 			getEmployeeList() {
-				this.$HTTP.get("/api/blade-cps/employee/get/list?organizationCode=00001&status=1").then(res=> {
+				this.$HTTP.get("/api/smis/employee/get/list?organizationCode=00001&status=1").then(res=> {
 					if(res.code == 200) {
 						this.employeeList = res.data;
 					}
@@ -279,21 +279,6 @@
 					}
 				})
 			},
-			// table_del(row) {
-			// 	this.$confirm(`纭畾灏嗛�夋嫨鏁版嵁鍒犻櫎?`, '', {
-			// 		type: 'warning'
-			// 	}).then(() => {
-			// 		var arr = [row.id]
-			// 		this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",arr).then(res=> {
-			// 			if(res.code == 200) {
-			// 				this.$message.success("鎿嶄綔鎴愬姛");
-			// 				this.getlist();
-			// 			}
-			// 		})
-			// 	}).catch(() => {
-
-			// 	})
-			// },
 			addbusinessSuccess() {
 				this.getbusiness();
 			}

--
Gitblit v1.9.3