Commit afaba360 authored by xinzhedeai's avatar xinzhedeai

Merge branch 'anquanchangshi' into gaoqucodecheck

# Conflicts:
#	src/_check_info.html
parents 2f6b9aa2 28d540db
......@@ -160,7 +160,7 @@
<!-- 待整改 -->
<div v-if="record.rectificationStatus === 0" class="pending-status">
<span class="status-tag">{{ record.rectificationStatusName }}</span>
<span class="status-tag" style="background: #1693FF;">{{ record.rectificationStatusName }}</span>
</div>
<!-- 整改逾期 -->
......
......@@ -139,7 +139,6 @@ window.addEventListener('load', function () {
return true;
},
afterRead(file, type) { // 调用爱山东中台系统,将数据流传递过去
alert(type)
vant.Toast.loading({
message: '正在处理...',
forbidClick: true,
......@@ -562,12 +561,18 @@ window.addEventListener('load', function () {
let tempData = result.data
if(tempData['businessLicensePhotos']){
tempData['businessLicensePhotos'] = tempData['businessLicensePhotos'].split(',')
}else{
tempData['businessLicensePhotos'] = []
}
if(tempData['floorPlanPhotos']){
tempData['floorPlanPhotos'] = tempData['floorPlanPhotos'].split(',')
}else{
tempData['floorPlanPhotos'] = []
}
if(tempData['storefrontPhotos']){
tempData['storefrontPhotos'] = tempData['storefrontPhotos'].split(',')
}else{
tempData['storefrontPhotos'] = []
}
this.formData = tempData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment