Browse Source

1、会议通知参与人员树状列表转字符串存储功能

fuwb 3 months ago
parent
commit
0a651f7a72

+ 1 - 1
zjugis-module-business/zjugis-module-business-biz/src/main/resources/templates/MeetingNotice/js/index.js

@@ -101,7 +101,7 @@
             }
         }
 
-
+        postData.createReqVO.attendees = postData.createReqVO.attendees.join(",")
         console.log(JSON.stringify(postData.createReqVO))
         z.ui.ajax({
             type: "post",