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