@@ -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)
@@ -311,6 +311,7 @@ export default {
this.startTimer()
}
closeDialog () {
const fvView = this.$refs.fvView
// 销毁子组件方法
@@ -599,6 +599,7 @@ export default {
this.listData = []
})
refreshData () {
this.getSearcFormData()