feat: 去除 slotName 使用input upload

This commit is contained in:
xingyu4j
2025-05-26 18:48:27 +08:00
parent ba18eb37da
commit 7b886b315b
5 changed files with 45 additions and 55 deletions

View File

@@ -124,14 +124,6 @@ export class ModalApi {
return this.setState({ submitting: isLocked });
}
modalLoading(loading: boolean) {
this.store.setState((prev) => ({
...prev,
confirmLoading: loading,
loading,
}));
}
/**
* 取消操作
*/