未符合项上传
This commit is contained in:
@@ -382,15 +382,13 @@ export default {
|
|||||||
},
|
},
|
||||||
// 移除上传的文件
|
// 移除上传的文件
|
||||||
handleBeforeRemove(file, fileList) {
|
handleBeforeRemove(file, fileList) {
|
||||||
this.fileListData.fileText = fileList
|
this.fileData = fileList
|
||||||
this.fileTextList = fileList
|
this.fileTextList.forEach((item, index) => {
|
||||||
/* this.newDataList.forEach((item, index) => {
|
if (item.name === file.name || item.id === file.id ) {
|
||||||
if (file.name === item.name || file.id === item.id) {
|
console.log()
|
||||||
this.newDataList.splice(index, 1)
|
this.fileTextList.splice(index,1)
|
||||||
console.log(this.dataList)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})*/
|
})
|
||||||
},
|
},
|
||||||
handleONRemove() {},
|
handleONRemove() {},
|
||||||
/************ ********* *****************/
|
/************ ********* *****************/
|
||||||
|
|||||||
@@ -360,8 +360,8 @@ export default {
|
|||||||
this.backLoading = true
|
this.backLoading = true
|
||||||
if (this.commentText) {
|
if (this.commentText) {
|
||||||
var json = {
|
var json = {
|
||||||
responUserInfo: {
|
responUserList: {
|
||||||
info: this.dataList
|
standardInfoList: this.dataList
|
||||||
},
|
},
|
||||||
actionFlag: 1,
|
actionFlag: 1,
|
||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
|
|||||||
Reference in New Issue
Block a user