医生问诊配置
This commit is contained in:
parent
3166b8e666
commit
3b1a961e19
@ -45,7 +45,7 @@
|
||||
:disabled="inquiry_config_id?true:false"
|
||||
v-model="modalForm.inquiry_mode"
|
||||
placeholder="请选择问诊类型"
|
||||
|
||||
@change="changeMode"
|
||||
:style="{ width: '320px' }"
|
||||
>
|
||||
<!-- 1:图文 2:视频 3:语音 4:电话 5:会员 -->
|
||||
@ -459,6 +459,9 @@ const changeType=(value)=>{
|
||||
proxy.$refs.modalFormRefConfig.clearValidate();
|
||||
handleInquiryPriceAndTime()
|
||||
}
|
||||
const changeMode=(value)=>{
|
||||
handleInquiryPriceAndTime();
|
||||
}
|
||||
const inquiry_price_list=ref([]);
|
||||
const handleInquiryPriceAndTime=()=>{
|
||||
inquiryPriceAndTime({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user