Commit 6cdaa0bc authored by Damon's avatar Damon

异常单进入白屏优化

parent 467282a2
......@@ -127,7 +127,6 @@
this.imgList.map(item=>{
dataValue.push(item.src)
})
console.log("dataValue", dataValue)
this.valueChange(dataValue)
},
closeTake(val) {
......
......@@ -264,6 +264,12 @@
if (res.code == 200) {
self.list = res.data.config
self.form = res.data.value || {}
uni.showLoading({
title: '加载中'
})
setTimeout(() => {
uni.hideLoading()
}, 1000)
// 异常单处理
if (self.auditResultsId) self.checkCompleteError()
} else {
......
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