diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index 7633e4c..52f53c7 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -165,10 +165,8 @@ - - + @@ -240,7 +238,7 @@ - + @@ -416,7 +414,7 @@ - {{ fnall.filter((item) => item.id == tenantForm.splitRatio)[0].templateName }} + {{ fnall.filter((item) => item.id == tenantForm.splitRatio)[0]?.templateName }} @@ -432,7 +430,7 @@ - {{ signList[tenantForm.signStatus].label }} + {{ signList[tenantForm.signStatus]?.label }} @@ -585,7 +583,7 @@ const initFormData: TenantForm = { // 其他附件 otherAttachment: '', // 签约状态 - signStatus: '1', + signStatus: '0', type: 1 }; @@ -655,7 +653,7 @@ const data = reactive>({ // 其他附件 otherAttachment: [{ required: true, message: '其他附件不能为空', trigger: 'blur' }], // 签约状态 - // signStatus: [{ required: true, message: '签约状态不能为空', trigger: 'blur' }], + signStatus: [{ required: true, message: '签约状态不能为空', trigger: 'blur' }], username: [ { required: true, message: '用户名不能为空', trigger: 'blur' }, diff --git a/src/views/promotion/index.vue b/src/views/promotion/index.vue index 0dcbcf9..c682fec 100644 --- a/src/views/promotion/index.vue +++ b/src/views/promotion/index.vue @@ -135,12 +135,12 @@ - + - +