11/27 新增第三方产品

dev_unify
wangwei 7 months ago
parent 60d1d83433
commit 598166207f

@ -168,6 +168,7 @@ export default {
thirdSys: "thirdId", thirdSys: "thirdId",
page: 1, page: 1,
limit: 20, limit: 20,
productType:1
}, },
mainThirdSys: '', mainThirdSys: '',
total: 0, total: 0,
@ -222,6 +223,7 @@ export default {
thirdSys: this.mainThirdSys, thirdSys: this.mainThirdSys,
page: 1, page: 1,
limit: 20, limit: 20,
productType:1
}; };
this.getList(); this.getList();

@ -209,6 +209,7 @@ export default {
} }
this.newProductData.thirdSysFk = this.thrSysId this.newProductData.thirdSysFk = this.thrSysId
this.newProductData.productType = 1
if (this.newType == 1) { if (this.newType == 1) {
saveNewProduct(this.newProductData).then((res) => { saveNewProduct(this.newProductData).then((res) => {
if (res.code == 20000) { if (res.code == 20000) {

Loading…
Cancel
Save