liujiayin 3 년 전
부모
커밋
03eb5b707d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/platform/message/inner/detail/dialog.vue

+ 1 - 1
src/views/platform/message/inner/detail/dialog.vue

@@ -158,7 +158,7 @@ export default {
               yong_hu_id_: this.$store.getters.userInfo.user.id,
               wen_jian_id_: i,
               shou_quan_: '1',
-              fa_bu_ri_qi_: this.tableName.slice(test.indexOf("(") + 1, this.tableName.lastIndexOf(")")),
+              fa_bu_ri_qi_: this.tableName.slice(this.tableName.indexOf("(") + 1, this.tableName.lastIndexOf(")")),
             }
             addwjcysqbs.push(addwjcysqb)
           }