From 4f17438e8199eb44c98d6fcc888dc08ece3bab19 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 08 十一月 2024 18:14:05 +0800
Subject: [PATCH] 1
---
src/views/console/basic-data/addProduct.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/console/basic-data/addProduct.vue b/src/views/console/basic-data/addProduct.vue
index be471ae..97c98c2 100644
--- a/src/views/console/basic-data/addProduct.vue
+++ b/src/views/console/basic-data/addProduct.vue
@@ -122,7 +122,7 @@
},
methods: {
showParentData() {
- this.$HTTP.get("/api/blade-cps/product/tree?status=1").then(res=> {
+ this.$HTTP.get("/api/smis/product/tree?status=1").then(res=> {
if(res.code == 200) {
this.parentData = res.data;
}
@@ -153,7 +153,7 @@
var obj = Object.assign({},this.addDictForm);
this.$refs.dialogForm.validate(async (valid) => {
if (valid) {
- this.$HTTP.post("/api/blade-cps/product/insert",obj).then(res=> {
+ this.$HTTP.post("/api/smis/product/insert",obj).then(res=> {
if(res.code == 200) {
this.$emit('success', this.addDictForm, this.mode);
this.visible = false;
--
Gitblit v1.9.3