From 3e091224ab26252d8624b42b461ba773ee8bee0f Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 03 十一月 2024 19:16:31 +0800 Subject: [PATCH] update --- 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