修改 83392,内外部会议--新增/编辑页面--会议议题的移动没把议题材料带过去

This commit is contained in:
baoyu
2024-04-10 15:52:28 +08:00
parent a944584098
commit d002bc085a
+5 -4
View File
@@ -212,10 +212,11 @@ export default {
},
watch: {
value: {
handler(val) {
if (this.showFileModel) {
this.getShowFileList()
}
handler () {
this.getShowFileList()
// if (this.showFileModel) {
// this.getShowFileList()
// }
}
}
},