This commit is contained in:
faiz 2024-04-08 18:17:27 +08:00
parent 6b30a916a2
commit 788fcf0955
1 changed files with 18 additions and 1 deletions

View File

@ -868,7 +868,24 @@ export default {
productDetailApi(id).then(res => {
this.loading = false;
this.productData = res.data
this.qualification = res.data.qualification
let qualification={
production_name: '',
businessList: [],
licenceList: [],
trademarkList: [],
authorizedList: [],
commodityList: [],
otherList: [],
importBusinessList: [],
importAuthorizedList: [],
customsList: [],
packingList: [],
importOtherList: [],
commodity_type: 0,
brands_name: '',
import_name: ''
}
this.qualification = res.data.qualification || qualification
this.mer_svip_status = res.data.mer_svip_status
this.svip_type = res.data.svip_price_type
if (this.productData.spec_type === 0) {