Commit 80c9bac2 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 74dc0597 7ff7d83a
Pipeline #4198 canceled with stages
This diff is collapsed.
......@@ -543,14 +543,13 @@ export default {
})
},
async verified () {
// this.dowload_list = [] // 保存之前将图片下载列表清空,防止出现重复的图片
// this.upload_list = [] // 保存之前将待上传列表清空,防止出现重复的图片
// let res = await this.saveWord()
// if (res) {
// // 查询资料清单
// this.loadItemList()
// }
this.saveWord()
this.dowload_list = [] // 保存之前将图片下载列表清空,防止出现重复的图片
this.upload_list = [] // 保存之前将待上传列表清空,防止出现重复的图片
let res = await this.saveWord()
if (res) {
// 查询资料清单
this.loadItemList()
}
},
loadItemList () {
let vm = this
......
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