去除 店铺 申请中状态

This commit is contained in:
夜良king
2022-12-07 09:58:31 +08:00
parent acc9a0b88a
commit 984bc4b635
2 changed files with 5 additions and 2 deletions

View File

@@ -871,7 +871,9 @@
this.$set(this, "storeInfo", res.result);
//因switch开关需要用到true或者false 所以进行一次格式化
this.storeInfo.storeDisable = this.storeInfo.storeDisable === "OPEN" ? true : false
this.checkAllGroup = this.storeInfo.goodsManagementCategory.split(",");
if(this.storeInfo.goodsManagementCategory != null){
this.checkAllGroup = this.storeInfo.goodsManagementCategory.split(",");
}
this.storeInfo.legalPhoto = this.storeInfo.legalPhoto.split(",");
});
},