This commit is contained in:
Cindy Chang
2024-08-08 16:37:03 +08:00
parent b46a6ab995
commit c37e46cff4
3 changed files with 12 additions and 10 deletions

View File

@@ -179,7 +179,7 @@ export default defineComponent({
const isEditable = ref(true);
// 自從加入這段 watch 之後,填寫密碼欄位之時,就不會胡亂清空掉 account 或是 full name 蘭為了。
// 自從加入這段 watch 之後,填寫密碼欄位之時,就不會胡亂清空掉 account 或是 full name 欄位了。
watch(whichCurrentModal, (newVal) => {
if (newVal === MODAL_CREATE_NEW) {
inputUserAccount.value = '';