diff --git a/src/components/addInquiryConfigModal.vue b/src/components/addInquiryConfigModal.vue index f6910df..a9210d6 100644 --- a/src/components/addInquiryConfigModal.vue +++ b/src/components/addInquiryConfigModal.vue @@ -45,7 +45,7 @@ :disabled="inquiry_config_id?true:false" v-model="modalForm.inquiry_mode" placeholder="请选择问诊类型" - + @change="changeMode" :style="{ width: '320px' }" > @@ -459,6 +459,9 @@ const changeType=(value)=>{ proxy.$refs.modalFormRefConfig.clearValidate(); handleInquiryPriceAndTime() } +const changeMode=(value)=>{ + handleInquiryPriceAndTime(); +} const inquiry_price_list=ref([]); const handleInquiryPriceAndTime=()=>{ inquiryPriceAndTime({