From 3c9c1a4f8ccbf765c35e44b21c790ef428e12868 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期三, 13 十二月 2023 18:26:05 +0800
Subject: [PATCH] feat: 物品规格管理 接口对接

---
 admin-web/src/views/foundation/material/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin-web/src/views/foundation/material/index.vue b/admin-web/src/views/foundation/material/index.vue
index 972c790..e436695 100644
--- a/admin-web/src/views/foundation/material/index.vue
+++ b/admin-web/src/views/foundation/material/index.vue
@@ -268,7 +268,7 @@
     updState(row) {
       let vm = this
       let text = row.states == 0 ? "鍚敤" : "绂佺敤";
-      vm.$modal.confirm('纭瑕�' + text + '"' + row.goodsName + '"鍚楋紵').then(function () {
+      vm.$modal.confirm('纭瑕�' + text + '"' + row.goodsName + '"鐗╁搧鍚楋紵').then(function () {
         let params = Object.assign({}, row)
         params.states = row.states == 1 ? 0 : 1
         updStatus(params).then(res => {
@@ -282,7 +282,7 @@
     },
     del(row) {
       this.$modal
-        .confirm('鏄惁纭鍒犻櫎鍚嶇О涓�"' + row.goodsName + '"鐨勬満鏋勫悧锛�')
+        .confirm('鏄惁纭鍒犻櫎鍚嶇О涓�"' + row.goodsName + '"鐨勭墿鍝佸悧锛�')
         .then(function () {
           delGoods({id: row.id}).then((res) => {
           });
@@ -304,7 +304,7 @@
       // }
     },
     showSpecs(row) {
-      this.specsSetting.id = row.id;
+      this.specsSetting.goodsTemplatesId = row.id;
       this.specsSetting.show = true;
     },
     // 鏌ヨtable鍒楄〃

--
Gitblit v1.9.1