微调
This commit is contained in:
@@ -649,6 +649,7 @@ const updateErrorState = (index: number, hasError: boolean) => {
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'quitClicked'): void;
|
||||
(e: 'submitClicked'): void;
|
||||
}>();
|
||||
|
||||
const handleCancel=() => {
|
||||
@@ -703,7 +704,7 @@ const handleSubmit = async () => {
|
||||
operateType:'0' // '0'为预检测、‘1‘为正式检测
|
||||
})
|
||||
active.value++;
|
||||
console.log("handleSubmitactive",active.value);
|
||||
emit('submitClicked'); // 触发事件
|
||||
// 初始化 loadingStates 为 true
|
||||
// loadingStates.value = new Array(name.value.length).fill(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user