| | |
| | | return { |
| | | answer: "", //回答 |
| | | id: null, |
| | | TemplateName: "随访模版名称", //模版名 |
| | | TemplateName: "随访模板名称", //模板名 |
| | | radio: "1", |
| | | userid: "", |
| | | input: "还不错", |
| | |
| | | }; |
| | | // 发起ws请求 |
| | | sendWebsocket( |
| | | "ws://localhost:8095/chat?userId=1", |
| | | "ws://192.168.2.10:8095/chat?userId=1", |
| | | obj, |
| | | this.wsMessage, |
| | | this.wsError |
| | |
| | | }); |
| | | return item; |
| | | }); |
| | | console.log(this.questionList); |
| | | |
| | | |
| | | // IMUI.appendMessage(data); |
| | | }, |
| | |
| | | console.log(obj, "入参"); |
| | | // 发起ws请求 |
| | | sendWebsocket( |
| | | "ws://localhost:8095/chat?userId=1", |
| | | "ws://192.168.2.10:8095/chat?userId=1", |
| | | obj, |
| | | this.wsMessage, |
| | | this.wsError |