4 lines
527 B
Markdown
4 lines
527 B
Markdown
|
|
1. createTableWorkcase.sql 修改了tb_chat_room 增加了device_code字段。修改相关dto\vo\xml。
|
|||
|
|
2. WorkcaseChatController.java 修改创建聊天室的接口,增加了deviceCode字段必传。
|
|||
|
|
3. 修改workcase/types/workcase/chatRoom.ts里的dto和vo。修改workcase_wechat/types/workcase/chatRoom.ts的dto和vo
|
|||
|
|
4. 修改workcase_wechat/pages/index/index.uvue。新增const deviceCode = ref('');只有这个有值时,才让用户创建聊天室和工单(工单自动填入表单),否则弹窗让用户填写
|