fix: 删除无效变量loadDataLoading
This commit is contained in:
@@ -166,8 +166,6 @@ type ModalStateType = {
|
|||||||
type: 'delete' | 'add' | 'update';
|
type: 'delete' | 'add' | 'update';
|
||||||
/**确定按钮 loading */
|
/**确定按钮 loading */
|
||||||
confirmLoading: boolean;
|
confirmLoading: boolean;
|
||||||
/**更新加载数据按钮 loading */
|
|
||||||
loadDataLoading: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**对话框对象信息状态 */
|
/**对话框对象信息状态 */
|
||||||
@@ -190,7 +188,6 @@ let modalState: ModalStateType = reactive({
|
|||||||
isBatch: false,
|
isBatch: false,
|
||||||
type: 'add',
|
type: 'add',
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
loadDataLoading: false,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/**对话框内表单属性和校验规则 */
|
/**对话框内表单属性和校验规则 */
|
||||||
|
|||||||
Reference in New Issue
Block a user