bug调试发起会议传入案件id

This commit is contained in:
Your Name
2023-10-10 16:22:52 +08:00
parent 0a590130c7
commit 1076a9f2c0
5 changed files with 25 additions and 12 deletions
@@ -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,