This commit is contained in:
zoujiandong
2024-06-17 13:13:35 +08:00
parent 9229bb1c71
commit ea5701ba27
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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>