diff --git a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue index b927b13..378daa7 100644 --- a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue +++ b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue @@ -50,13 +50,13 @@ placeholder="请选择情绪标签" allowClear /> --> - + @@ -122,6 +122,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ pageSizeOptions: ['10', '20', '50', '100'], }, beforeFetch: async (params) => { + queryParam.izEnabled = '0' return Object.assign(params, queryParam); }, actionColumn: { @@ -163,9 +164,7 @@ function searchReset() { function init(record) { - console.log("🚀 ~ init ~ record:", record) queryParam.dataSourceCode = record.orgCode; - console.log("🚀 ~ init ~ queryParam:", queryParam) reload(); } diff --git a/src/views/synchronization/directive/syncList.vue b/src/views/synchronization/directive/syncList.vue index f14014c..0f4bcaa 100644 --- a/src/views/synchronization/directive/syncList.vue +++ b/src/views/synchronization/directive/syncList.vue @@ -17,7 +17,12 @@ style="margin-left: 8px">重置 - 镜像 + 镜像 + + 查看可新增指令 + diff --git a/src/views/synchronization/directive/syncStep/SyncStepList.vue b/src/views/synchronization/directive/syncStep/SyncStepList.vue index 6397b7f..fd9d40e 100644 --- a/src/views/synchronization/directive/syncStep/SyncStepList.vue +++ b/src/views/synchronization/directive/syncStep/SyncStepList.vue @@ -1,255 +1,123 @@ \ No newline at end of file diff --git a/src/views/synchronization/directive/syncStep/SyncStepListModal.vue b/src/views/synchronization/directive/syncStep/SyncStepListModal.vue index e685404..4f18e8c 100644 --- a/src/views/synchronization/directive/syncStep/SyncStepListModal.vue +++ b/src/views/synchronization/directive/syncStep/SyncStepListModal.vue @@ -1,5 +1,5 @@