jiangping
2024-05-11 3a0712a70ab0f97b4190842c33d27ba8d0d6cec3
wx/pages/add_insured_personnel/add_insured_personnel.vue
@@ -58,6 +58,13 @@
                  name="arrow-right"
               ></u-icon>
            </u-form-item>
            <u-form-item
               label="备注:"
               prop="remark"
               borderBottom
            >
               <u--input v-model="model.remark" border="none" placeholder="请输入"></u--input>
            </u-form-item>
         </u--form>
      </view>
      <view class="box_footer">
@@ -82,6 +89,7 @@
            duSolutionId: '',
            model: {
               name: '',
               remark:'',
               idCard: '',
               gzId: '',
               gzName: '',
@@ -149,6 +157,7 @@
            this.duSolutionId = e.value[0].duSolutionId
            this.model.gzId = ''
            this.model.gzName = ''
            this.model.remark=''
            this.getGZ()
            this.show = false
         },