From c2d3591648b215ab29fc14cab1c747ba58798412 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 16 七月 2025 10:10:39 +0800
Subject: [PATCH] 前端
---
admin/src/components/business/OperaIdentityDetailWindow.vue | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diff --git a/admin/src/components/business/OperaIdentityDetailWindow.vue b/admin/src/components/business/OperaIdentityDetailWindow.vue
index 4d97125..3406795 100644
--- a/admin/src/components/business/OperaIdentityDetailWindow.vue
+++ b/admin/src/components/business/OperaIdentityDetailWindow.vue
@@ -111,25 +111,8 @@
activeTabs: 0,
type: 0,
info: {},
- pageSize: 10,
- page: 1,
- total: 0,
- tableData: {},
- tableData1: {},
tableData2: [],
- page0: 1,
- page1: 1,
- loading: false,
- export0: false,
- searchForm: {
- type: 0,
- startTime: null,
- endTime: null,
- optType: null,
- acceptMemberId: -1,
- releaseMemberId: -1,
- transactionNo: null
- }
+ loading: false
}
},
methods: {
--
Gitblit v1.9.3