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 @@ ...@@ -160,7 +160,7 @@
<!-- 待整改 --> <!-- 待整改 -->
<div v-if="record.rectificationStatus === 0" class="pending-status"> <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> </div>
<!-- 整改逾期 --> <!-- 整改逾期 -->
......
...@@ -139,7 +139,6 @@ window.addEventListener('load', function () { ...@@ -139,7 +139,6 @@ window.addEventListener('load', function () {
return true; return true;
}, },
afterRead(file, type) { // 调用爱山东中台系统,将数据流传递过去 afterRead(file, type) { // 调用爱山东中台系统,将数据流传递过去
alert(type)
vant.Toast.loading({ vant.Toast.loading({
message: '正在处理...', message: '正在处理...',
forbidClick: true, forbidClick: true,
...@@ -562,12 +561,18 @@ window.addEventListener('load', function () { ...@@ -562,12 +561,18 @@ window.addEventListener('load', function () {
let tempData = result.data let tempData = result.data
if(tempData['businessLicensePhotos']){ if(tempData['businessLicensePhotos']){
tempData['businessLicensePhotos'] = tempData['businessLicensePhotos'].split(',') tempData['businessLicensePhotos'] = tempData['businessLicensePhotos'].split(',')
}else{
tempData['businessLicensePhotos'] = []
} }
if(tempData['floorPlanPhotos']){ if(tempData['floorPlanPhotos']){
tempData['floorPlanPhotos'] = tempData['floorPlanPhotos'].split(',') tempData['floorPlanPhotos'] = tempData['floorPlanPhotos'].split(',')
}else{
tempData['floorPlanPhotos'] = []
} }
if(tempData['storefrontPhotos']){ if(tempData['storefrontPhotos']){
tempData['storefrontPhotos'] = tempData['storefrontPhotos'].split(',') tempData['storefrontPhotos'] = tempData['storefrontPhotos'].split(',')
}else{
tempData['storefrontPhotos'] = []
} }
this.formData = tempData 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