소스 검색

修复bug

ellisran 6 달 전
부모
커밋
a8bda99ff8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/view/dashboard/workspace.ejs

+ 1 - 0
app/view/dashboard/workspace.ejs

@@ -554,6 +554,7 @@
     const acChangePlan = JSON.parse(unescape('<%- escape(JSON.stringify(acChangePlan)) %>'));
     const acFinancial = JSON.parse(unescape('<%- escape(JSON.stringify(acFinancial)) %>'));
     const typeColMap = JSON.parse(unescape('<%- escape(JSON.stringify(typeColMap)) %>'));
+    const userMsgPermission = false;
 
     const uid = '<%- uid %>';
     const type = 1;