Merge branch 'develop' of http://gitlab.91isoft.com:90/LAWS/laws-system-front-FOTON into develop
This commit is contained in:
@@ -2346,6 +2346,7 @@
|
||||
this.qcdwOption = res.data.QCDW // 体系类别
|
||||
this.gkglbmOptions = res.data.GKGLBM // 归口管理部门
|
||||
this.cbcdOptions = res.data.DEGREESTANDARD // 采标程度
|
||||
this.txlbOptions = res.data.TXLBCLASS // 体系类别
|
||||
this.setMap(this.standStateOptions)
|
||||
})
|
||||
this.busVsFunc()
|
||||
|
||||
@@ -382,15 +382,13 @@ export default {
|
||||
},
|
||||
// 移除上传的文件
|
||||
handleBeforeRemove(file, fileList) {
|
||||
this.fileListData.fileText = fileList
|
||||
this.fileTextList = fileList
|
||||
/* this.newDataList.forEach((item, index) => {
|
||||
if (file.name === item.name || file.id === item.id) {
|
||||
this.newDataList.splice(index, 1)
|
||||
console.log(this.dataList)
|
||||
|
||||
this.fileData = fileList
|
||||
this.fileTextList.forEach((item, index) => {
|
||||
if (item.name === file.name || item.id === file.id ) {
|
||||
console.log()
|
||||
this.fileTextList.splice(index,1)
|
||||
}
|
||||
})*/
|
||||
})
|
||||
},
|
||||
handleONRemove() {},
|
||||
/************ ********* *****************/
|
||||
|
||||
@@ -360,8 +360,8 @@ export default {
|
||||
this.backLoading = true
|
||||
if (this.commentText) {
|
||||
var json = {
|
||||
responUserInfo: {
|
||||
info: this.dataList
|
||||
responUserList: {
|
||||
standardInfoList: this.dataList
|
||||
},
|
||||
actionFlag: 1,
|
||||
commentText: this.commentText
|
||||
|
||||
Reference in New Issue
Block a user