提交
This commit is contained in:
parent
9229bb1c71
commit
ea5701ba27
@ -313,7 +313,6 @@ watch(
|
||||
(newVal, oldValval) => {
|
||||
if (props.modalForm.doctor_inquiry_config) {
|
||||
handleGetDoctor('', props.modalForm.doctor_inquiry_config.doctor_id);
|
||||
changeDoctor();
|
||||
}
|
||||
},
|
||||
{ immediate: true, deep: true }
|
||||
@ -385,6 +384,7 @@ const rules = {
|
||||
|
||||
defineExpose({
|
||||
reset,
|
||||
changeDoctor
|
||||
});
|
||||
</script>
|
||||
<style scoped>
|
||||
|
||||
@ -178,6 +178,7 @@
|
||||
if(data.doctor_inquiry_config){
|
||||
modalForm.is_enable=data.doctor_inquiry_config.is_enable
|
||||
}
|
||||
addChild.value.changeDoctor();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user