BUG 83392,内外部会议--新增/编辑页面--会议议题的移动没把议题材料带过去
This commit is contained in:
@@ -541,6 +541,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
getShowFileList() {
|
getShowFileList() {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
this.showFileList = []
|
||||||
if (this.value && this.value !== '') {
|
if (this.value && this.value !== '') {
|
||||||
let paramefile = this.value
|
let paramefile = this.value
|
||||||
if (paramefile.charAt(paramefile.length - 1) === ',') {
|
if (paramefile.charAt(paramefile.length - 1) === ',') {
|
||||||
|
|||||||
Reference in New Issue
Block a user