修改 83392,内外部会议--新增/编辑页面--会议议题的移动没把议题材料带过去
This commit is contained in:
@@ -212,10 +212,11 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
value: {
|
||||
handler(val) {
|
||||
if (this.showFileModel) {
|
||||
this.getShowFileList()
|
||||
}
|
||||
handler () {
|
||||
this.getShowFileList()
|
||||
// if (this.showFileModel) {
|
||||
// this.getShowFileList()
|
||||
// }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user