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) {