mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
[FIX]打log
This commit is contained in:
@@ -332,6 +332,7 @@ export default {
|
||||
// console.log(nameList)
|
||||
if (item.fileName == file.name && nameList == item.name) {
|
||||
array.splice(index, 1)
|
||||
console.log('item.fileName= ', item.fileName, 'file.name= ', file.name, 'item.name= ', item.name, 'nameList= ', nameList)
|
||||
}
|
||||
// if (item.fileName.indexOf(file.file.name) == -1) {
|
||||
// return
|
||||
@@ -349,6 +350,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log('this.list = ', this.list)
|
||||
},
|
||||
test(type) {
|
||||
let that = this
|
||||
@@ -375,6 +377,7 @@ export default {
|
||||
|
||||
ebizMediaDtoLst: that.list
|
||||
}
|
||||
console.log('data= ', that.list)
|
||||
saveOrUpdateInfo(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
this.$toast.clear()
|
||||
|
||||
Reference in New Issue
Block a user