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 },