feat: 添加支付宝渠道配置和应用管理功能,更新相关表单和数据结构
This commit is contained in:
@@ -124,6 +124,14 @@ export class ModalApi {
|
||||
return this.setState({ submitting: isLocked });
|
||||
}
|
||||
|
||||
modalLoading(loading: boolean) {
|
||||
this.store.setState((prev) => ({
|
||||
...prev,
|
||||
confirmLoading: loading,
|
||||
loading,
|
||||
}));
|
||||
}
|
||||
|
||||
/**
|
||||
* 取消操作
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user