WIP Подтянула id клиента для медкарты
This commit is contained in:
@@ -51,6 +51,9 @@ export default {
|
||||
MedicalPolicyDocuments,
|
||||
BaseStepper,
|
||||
},
|
||||
props: {
|
||||
selectedClientId: String,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isBaseData: true,
|
||||
@@ -93,6 +96,14 @@ export default {
|
||||
},
|
||||
finish() {},
|
||||
},
|
||||
watch: {
|
||||
selectedClientId: {
|
||||
immediate: true,
|
||||
handler(newValue) {
|
||||
console.log(newValue);
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user