From 598166207fd51debd56de6bc2bbce77c0eebb234 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 27 Nov 2024 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?11/27=20=E6=96=B0=E5=A2=9E=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thirdSys/product/thrProducts.vue | 2 ++ src/views/thirdSys/product/thrProductsAdd.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/views/thirdSys/product/thrProducts.vue b/src/views/thirdSys/product/thrProducts.vue index 45988a6..f3f6774 100644 --- a/src/views/thirdSys/product/thrProducts.vue +++ b/src/views/thirdSys/product/thrProducts.vue @@ -168,6 +168,7 @@ export default { thirdSys: "thirdId", page: 1, limit: 20, + productType:1 }, mainThirdSys: '', total: 0, @@ -222,6 +223,7 @@ export default { thirdSys: this.mainThirdSys, page: 1, limit: 20, + productType:1 }; this.getList(); diff --git a/src/views/thirdSys/product/thrProductsAdd.vue b/src/views/thirdSys/product/thrProductsAdd.vue index e8d0ca9..fab7276 100644 --- a/src/views/thirdSys/product/thrProductsAdd.vue +++ b/src/views/thirdSys/product/thrProductsAdd.vue @@ -209,6 +209,7 @@ export default { } this.newProductData.thirdSysFk = this.thrSysId + this.newProductData.productType = 1 if (this.newType == 1) { saveNewProduct(this.newProductData).then((res) => { if (res.code == 20000) {