|
@@ -50,7 +50,8 @@ export function usePageModal({
|
|
|
function handleConfrim(type: ActionType, data: any) {
|
|
|
const result = confirmCallback ? confirmCallback(data) : {};
|
|
|
|
|
|
- console.log(result);
|
|
|
+ if (result === false) return;
|
|
|
+
|
|
|
pageModalRef.value.confirmLoading = true;
|
|
|
|
|
|
const params = {
|