bug调试发起会议传入案件id
This commit is contained in:
@@ -696,14 +696,14 @@ export default {
|
||||
}, //被申请人主体信息
|
||||
// 表单校验
|
||||
rules: {
|
||||
caseNum: [
|
||||
{
|
||||
required: true,
|
||||
message: "案件编号不能为空",
|
||||
trigger: "blur",
|
||||
},
|
||||
{ max: 20, message: "长度应小于20个字符", trigger: "blur" },
|
||||
],
|
||||
// caseNum: [
|
||||
// {
|
||||
// required: true,
|
||||
// message: "案件编号不能为空",
|
||||
// trigger: "blur",
|
||||
// },
|
||||
// { max: 20, message: "长度应小于20个字符", trigger: "blur" },
|
||||
// ],
|
||||
caseSubjectAmount: [
|
||||
{
|
||||
required: true,
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
import { casePay, selectCaseApplicationConfirm } from "@/api/pay/pay";
|
||||
import QRCode from "qrcodejs2";
|
||||
export default {
|
||||
props: ["openPay", "payTitle", "form", "payForm"],
|
||||
props: ["openPay", "payTitle", "form", "payForm", "queryParams"],
|
||||
data() {
|
||||
return {
|
||||
// key: value
|
||||
|
||||
@@ -300,7 +300,7 @@ export default {
|
||||
// 打开会议
|
||||
openmeeting() {
|
||||
// window.open('https://txroom.xayunmei.com');
|
||||
window.open(`https://txroom.xayunmei.com/#/home?name=${this.user}`);
|
||||
window.open(`https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}`);
|
||||
},
|
||||
// 提交仲裁结果
|
||||
openArbitrationresults() {
|
||||
|
||||
Reference in New Issue
Block a user