@ -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,
};
this.getList();
@ -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) {