mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
调试
This commit is contained in:
@@ -212,7 +212,7 @@ export default {
|
||||
if (input) {
|
||||
input.value = '';
|
||||
// 触发input事件确保组件状态更新
|
||||
input.dispatchEvent(new Event('input'));
|
||||
// input.dispatchEvent(new Event('input'));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user