1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-09 14:26:23 +08:00
parent 00cfb92087
commit 520d499a0b
1 changed files with 1 additions and 5 deletions

View File

@ -404,7 +404,6 @@ export default {
} else {
let dataArray = this.getDataPath([data])
let files = this.formatDownloadFile(dataArray)
console.log(files, 'files')
let name = `${data.Name}_${new Date().getTime()}.zip`
return await downLoadFile(files, name, 'zip')
}
@ -490,7 +489,6 @@ export default {
},
getDataPath(list, str = '', ARRAY = []) {
for (const item of list) {
console.log(item.AuditDocumentTypeEnum, str)
if (!str) {
item.Path = item.Name
} else {
@ -744,7 +742,6 @@ export default {
//
async uplaodFile(list) {
if (!this.isManage) return false
console.log(list, 'list')
let data = []
if (this.config.isVersion) {
data.push({
@ -817,7 +814,6 @@ export default {
strKey.push(str)
})
console.log(obj, 'obj')
obj.children.push({
ParentId: null,
Name: item.FileName,
@ -1033,7 +1029,7 @@ export default {
handleMenu(data) {
if (!this.isManage) return false
let { key, row } = data
console.log(key, row)
// console.log(key, row)
this.type = key;
if (key === 'rename') {
// this.renameId = this.checkList[0]