[FIX]打log

This commit is contained in:
yuweiqi
2020-03-30 10:06:35 +08:00
parent 372254c8dc
commit a8d76e1f18

View File

@@ -332,6 +332,7 @@ export default {
// console.log(nameList) // console.log(nameList)
if (item.fileName == file.name && nameList == item.name) { if (item.fileName == file.name && nameList == item.name) {
array.splice(index, 1) 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) { // if (item.fileName.indexOf(file.file.name) == -1) {
// return // return
@@ -349,6 +350,7 @@ export default {
} }
} }
} }
console.log('this.list = ', this.list)
}, },
test(type) { test(type) {
let that = this let that = this
@@ -375,6 +377,7 @@ export default {
ebizMediaDtoLst: that.list ebizMediaDtoLst: that.list
} }
console.log('data= ', that.list)
saveOrUpdateInfo(data).then(res => { saveOrUpdateInfo(data).then(res => {
if (res.result == '0') { if (res.result == '0') {
this.$toast.clear() this.$toast.clear()