Commit 66e22bb1 authored by 李晓兵's avatar 李晓兵

'2019-10-18下午6点'

parent 10d4dbfa
......@@ -496,8 +496,8 @@ export default {
},
async verified () {
this.dowload_list = [] // 保存之前将图片下载列表清空,防止出现重复的图片
// let bpId = await this.saveWord()
// this.getBankInfo()
let bpId = await this.saveWord()
this.getBankInfo()
// 查询资料清单
this.loadItemList()
},
......
......@@ -722,7 +722,7 @@ export default {
verified () {
this.dowload_list = [] // 保存之前将图片下载列表清空,防止出现重复的图片
/* if (this.flag) {
if (this.flag) {
// this.flag = false
for (let i in this.authMsg) {
this.authMsg[i] = ''
......@@ -933,11 +933,11 @@ export default {
vm.bp_id = res.bp_id
vm.getBankInfo()
// 查询资料清单
// vm.loadItemList()
vm.loadItemList()
}
})
}*/
this.loadItemList()
}
// this.loadItemList()
},
hideModal () {
this.showModalValue = false
......
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