From e5cdf3af17609b49138cec3e8fb200752365f651 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 01 十一月 2024 14:58:12 +0800
Subject: [PATCH] 1

---
 src/views/console/basic-data/supplier-info.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/console/basic-data/supplier-info.vue b/src/views/console/basic-data/supplier-info.vue
index 611afac..d9e9977 100644
--- a/src/views/console/basic-data/supplier-info.vue
+++ b/src/views/console/basic-data/supplier-info.vue
@@ -86,7 +86,7 @@
 				this.$confirm('纭畾灏嗛�夋嫨鏁版嵁鍒犻櫎?','鎻愮ず', {
 					type: 'warning',
 				}).then(() => {
-					this.$HTTP.delete(`/api/blade-cps/supplier/remove?supplierIds=${row.id}`).then(res=> {
+					this.$HTTP.delete(`/api/smis/supplier/remove?supplierIds=${row.id}`).then(res=> {
 						if(res.code == 200) {
 							this.searchclick();
 							this.$message.success("鎿嶄綔鎴愬姛");
@@ -104,7 +104,7 @@
 				this.searchSupplier();
 			},
 			searchSupplier() {
-				this.$HTTP.get("/api/blade-cps/supplier/page",this.searchData).then(res=> {
+				this.$HTTP.get("/api/smis/supplier/page",this.searchData).then(res=> {
 					if(res.code == 200) {
 						res.data.records.forEach(item=> {
 							if(item.status == "1") {
@@ -158,7 +158,7 @@
 				this.$confirm('纭畾灏嗛�夋嫨鏁版嵁鍒犻櫎锛�','鎻愮ず', {
 					type: 'warning',
 				}).then(() => {
-					that.$HTTP.delete("/api/blade-cps/supplier/remove?supplierIds="+selStr).then(res=> {
+					that.$HTTP.delete("/api/smis/supplier/remove?supplierIds="+selStr).then(res=> {
 						if(res.code == 200) {
 							that.$message.success("鎿嶄綔鎴愬姛");
 							that.searchSupplier();

--
Gitblit v1.9.3