入会参会、入会、会后文件名修改,清单实施日期修改
This commit is contained in:
@@ -564,12 +564,12 @@ export default {
|
||||
this.newDataList = this.fileTextList
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
this.fileListData.fileText = this.newDataList
|
||||
|
||||
@@ -375,12 +375,12 @@ export default {
|
||||
this.newDataList = this.reData
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
|
||||
@@ -449,12 +449,12 @@ export default {
|
||||
this.newThemeFile = this.themeData
|
||||
this.newThemeFile.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
this.themeDataList.meetingFile = this.newThemeFile
|
||||
@@ -510,12 +510,12 @@ export default {
|
||||
this.newOtherFile = this.hh_pageData.otherFileList
|
||||
this.newOtherFile.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newOtherFile.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
this.hh_pageData.otherFileList = this.newOtherFile
|
||||
|
||||
@@ -487,12 +487,12 @@ export default {
|
||||
this.newDataList = this.ch_pageData.fileTextList
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
this.ch_pageData.fileTextList = this.newDataList
|
||||
|
||||
Reference in New Issue
Block a user