fix: view customer card edit state

This commit is contained in:
puriphatt 2024-07-31 02:20:27 +00:00
parent c9f23397e3
commit 98dfb7e157

View file

@ -2369,7 +2369,6 @@ watch(isMainPage, () => {
currentCustomer = payload;
currentCustomerId = props.row.id;
assignFormData(props.row.id);
infoDrawerEdit = true;
openDialogInputForm('INFO', props.row.id);
}
"