diff --git a/src/components/common/SearchField.vue b/src/components/common/SearchField.vue index 127b8b1bc..54bfac43e 100644 --- a/src/components/common/SearchField.vue +++ b/src/components/common/SearchField.vue @@ -70,6 +70,7 @@ export default { const result = await getTreasureMenus(param) if (result.result === '0') { this.customerList = result.content + this.$emit('workcompanys',result.content) } else { this.$toast(result.resultMessage) } @@ -80,11 +81,11 @@ export default { }, onInputBlur() { this.showCustomer = false - if (this.isAsync) { - this.$emit('input', '') - } else { + // if (this.isAsync) { + // this.$emit('input', '') + // } else { this.$emit('input', this.value) - } + // } }, onInputFocus() { this.showCustomer = true diff --git a/src/components/ebiz/SelectRadio.vue b/src/components/ebiz/SelectRadio.vue index bc586ee7e..1948a18f9 100644 --- a/src/components/ebiz/SelectRadio.vue +++ b/src/components/ebiz/SelectRadio.vue @@ -21,7 +21,7 @@ export default { name: 'select-radio', props: { value: { - type: String, + type: String|Boolean, default: '0' }, label: { diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 1622f8cfb..f79355522 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -122,7 +122,7 @@ placeholder="请输入" v-validate="'required|mobileLength11|mobileStartWith1|mobile'" maxlength="11" - /> + /> --> -

工作信息

+

工作信息

- + - + -

工作信息

+

工作信息

- + + -

- 地址信息 -

+

地址信息