k94314517
2025-07-15 d5fc82b308f1e4eea70f35d9684d0f26b8511013
Merge remote-tracking branch 'origin/master'
已修改2个文件
20 ■■■■ 文件已修改
admin/src/components/business/OperaCategoryWindow.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaIdentityDetailWindow.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/components/business/OperaCategoryWindow.vue
@@ -59,6 +59,7 @@
      },
      // 验证规则
      rules: {
        name: [{ required: true, message: '请输入配置名称' }]
      }
    }
  },
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: {