Przeglądaj źródła

文件查阅问题修改,外部文件ID替换

lidie 1 rok temu
rodzic
commit
5998d0c57b

+ 1 - 0
src/views/component/fileTraining/fileDialog.vue

@@ -166,6 +166,7 @@ export default {
             // 格式化日期
             return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`
         },
+
         // id转name
         changUserName (id) {
             const user = this.userList.find(item => item.userId === id)

+ 1 - 0
src/views/component/fileTraining/index.vue

@@ -311,6 +311,7 @@ export default {
                 this.startTimer()
             }
         },
+
         closeDialog () {
             const fvView = this.$refs.fvView
             // 销毁子组件方法

+ 1 - 0
src/views/infosManage/fileIE.vue

@@ -599,6 +599,7 @@ export default {
                 this.listData = []
             })
         },
+
         refreshData () {
             this.listData = []
             this.getSearcFormData()