视频会议预约

This commit is contained in:
fz
2023-11-10 17:56:22 +08:00
parent 1fbf843424
commit 0fbc5ec440
5 changed files with 61 additions and 28 deletions
@@ -264,6 +264,7 @@ export default {
return {
formData: {},
user: "",
userId:1,
showArbitrationresults: false,
form2: {},
applicateArr: [], //申请人案件资料
@@ -278,6 +279,7 @@ export default {
showtrialincourt: {
handler(val) {
if (val) {
this.getUser();
this.formData = this.form;
this.applicateArr = [];
this.quiltArr = [];
@@ -314,7 +316,7 @@ export default {
},
},
created() {
this.getUser();
},
methods: {
// 详情显示,展示申请人案件文件
@@ -341,12 +343,14 @@ export default {
getUser() {
getUserProfile().then((response) => {
this.user = response.data.userName;
this.userId = response.data.userId;
});
},
// 打开会议
openmeeting() {
window.open(
`https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}`
// `http://localhost:8081/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}`
`https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}`
);
},
// 提交仲裁结果