视频会议预约
This commit is contained in:
@@ -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}`
|
||||
);
|
||||
},
|
||||
// 提交仲裁结果
|
||||
|
||||
Reference in New Issue
Block a user