mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
[FIX]打log
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user