|
@@ -403,8 +403,8 @@
|
|
|
this.params.registeredCapital = shop.registeredCapital;
|
|
|
this.params.nature = shop.nature;
|
|
|
this.params.turnover = shop.turnover;
|
|
|
- this.params.firstShopType = shop.firstShopType;
|
|
|
- this.params.secondShopType = shop.secondShopType;
|
|
|
+ this.params.firstShopType = shop.firstShopType ? shop.firstShopType:'';
|
|
|
+ this.params.secondShopType = shop.secondShopType ? shop.secondShopType : '';
|
|
|
this.params.medicalPracticeLicenseImg1 = shop.medicalPracticeLicenseImg1;
|
|
|
this.params.info = shop.info;
|
|
|
this.params.productDesc = shop.productDesc;
|
|
@@ -509,7 +509,7 @@
|
|
|
}else{
|
|
|
this.UserService.SupplierModifiedData(this.params).then(res=>{
|
|
|
if(res.code === 0){
|
|
|
- this.$util.msg('修改成功',2000,true,'success')
|
|
|
+ this.$util.msg('保存成功',2000,true,'success')
|
|
|
setTimeout(()=>{
|
|
|
uni.navigateBack();
|
|
|
},2000)
|