fix: clean for remove warning console

This commit is contained in:
puriphatt 2024-07-01 08:40:37 +00:00
parent d1e6239a1f
commit 20e12b407a
6 changed files with 346 additions and 347 deletions

View file

@ -274,8 +274,6 @@ async function triggerEdit(
openDialog();
}
if (openFormType === 'drawer') {
console.log(code);
formType.value = 'view';
openDrawer();
}