diff --git a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue
index fffd644..984109a 100644
--- a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue
+++ b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue
@@ -23,10 +23,8 @@
-
查询
重置
-
@@ -37,10 +35,6 @@
-
-
-
-
@@ -84,15 +78,6 @@
return Object.assign(params, queryParam);
},
},
- exportConfig: {
- name: "api请求日志",
- url: getExportUrl,
- params: queryParam,
- },
- importConfig: {
- url: getImportUrl,
- success: handleSuccess
- },
});
const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDataRecord, getDataSource }, { rowSelection, selectedRowKeys }] = tableContext;
const labelCol = reactive({
@@ -106,18 +91,7 @@
sm: 16,
});
- // 高级查询配置
- const superQueryConfig = reactive(superQuerySchema);
- /**
- * 高级查询事件
- */
- function handleSuperQuery(params) {
- Object.keys(params).map((k) => {
- queryParam[k] = params[k];
- });
- searchQuery();
- }
/**
* 新增事件
@@ -164,43 +138,12 @@
(selectedRowKeys.value = []) && reload();
}
- /**
- * 操作栏
- */
- function getTableAction(record) {
- return [
- {
- label: '编辑',
- onClick: handleEdit.bind(null, record),
- auth: 'ApiRequestLog:nu_iot_tq_api_request_log:edit'
- },
- ];
- }
-
- /**
- * 下拉操作栏
- */
- function getDropDownAction(record) {
- return [
- {
- label: '详情',
- onClick: handleDetail.bind(null, record),
- }, {
- label: '删除',
- popConfirm: {
- title: '是否确认删除',
- confirm: handleDelete.bind(null, record),
- placement: 'topLeft',
- },
- auth: 'ApiRequestLog:nu_iot_tq_api_request_log:delete'
- }
- ]
- }
/**
* 查询
*/
function searchQuery() {
+ console.log('searchQuery',queryParam);
reload();
}
diff --git a/src/views/iot/tq/electricity/apilog/WaterApiLogList.vue b/src/views/iot/tq/electricity/apilog/WaterApiLogList.vue
index 41f3c8b..36595ef 100644
--- a/src/views/iot/tq/electricity/apilog/WaterApiLogList.vue
+++ b/src/views/iot/tq/electricity/apilog/WaterApiLogList.vue
@@ -11,7 +11,7 @@
-
+