linwenxin 5 ماه پیش
والد
کامیت
453aeebcad
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/setting/insuranceAdministration/InsuranceAgreement/InsuranceAgreementForm.vue

+ 2 - 2
src/views/setting/insuranceAdministration/InsuranceAgreement/InsuranceAgreementForm.vue

@@ -3,7 +3,7 @@
     <zj-form-container ref="formRef" :formData="formData" :formRules="formRules">
       <zj-form-module title="保险基础信息" label-width="120px" :formData="formData" :formItems="formItems" :column="3">
       </zj-form-module>
-      <zj-form-module title="网点信息" label-width="0px" :formData="formData" :formItems="items2"> </zj-form-module>
+      <zj-form-module title="关联保险方案" label-width="0px" :formData="formData" :formItems="items2"> </zj-form-module>
     </zj-form-container>
     <div v-if="type === 0 || type === 1">
       <el-button size="mini" @click="submit">提交</el-button>
@@ -278,7 +278,7 @@ export default {
     submit() {
       this.$refs['formRef'].validate(valid => {
         if (valid) {
-          ;(this.form.id ? insureAgreeUpdate : insureAgreeAdd)({
+          ;(this.formData.id ? insureAgreeUpdate : insureAgreeAdd)({
             ...this.formData
           }).then(res => {
             this.$message({