Kaynağa Gözat

修复文件发放消息更多页面点击明细不确认也会变更为已读的bug

shenQiLong 1 hafta önce
ebeveyn
işleme
85fbc246f6
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/views/platform/message/inner/receive.vue

+ 2 - 0
src/views/platform/message/inner/receive.vue

@@ -350,6 +350,8 @@ export default {
           ActionUtils.selectedRecord(selection)
             .then((id) => {
               this.handleEdit(id, true)
+              this.tableId = data.tableId
+              this.tableName = data.tableName
               this.title = '信息明细'
             })
             .catch(() => {})