fix: 删除无效变量loadDataLoading

This commit is contained in:
TsMask
2024-03-01 18:53:56 +08:00
parent c07c1dfde3
commit dee4733ad0

View File

@@ -166,8 +166,6 @@ type ModalStateType = {
type: 'delete' | 'add' | 'update';
/**确定按钮 loading */
confirmLoading: boolean;
/**更新加载数据按钮 loading */
loadDataLoading: boolean;
};
/**对话框对象信息状态 */
@@ -190,7 +188,6 @@ let modalState: ModalStateType = reactive({
isBatch: false,
type: 'add',
confirmLoading: false,
loadDataLoading: false,
});
/**对话框内表单属性和校验规则 */