diff --git a/src/api/system.ts b/src/api/system.ts
index d1f97bb..282dc6d 100644
--- a/src/api/system.ts
+++ b/src/api/system.ts
@@ -126,6 +126,14 @@ export const userApi = {
method: 'get',
responseType: 'blob'
})
+ },
+
+ //查询全部用户
+ getPathList() {
+ return request({
+ url:"sys/user/list",
+ method:'get'
+ })
}
}
diff --git a/src/views/biz/submitLog/statistics.vue b/src/views/biz/submitLog/statistics.vue
index 56e6bac..99ef03f 100644
--- a/src/views/biz/submitLog/statistics.vue
+++ b/src/views/biz/submitLog/statistics.vue
@@ -73,7 +73,8 @@
import { ref, reactive, h, onMounted } from 'vue'
import { dictDataApi } from '@/api/org'
import { submitLogApi } from '@/api/submitLog'
-
+import { NButton, NSpace, NIcon,NTag, NUpload, useMessage, useDialog, type DataTableColumns, type UploadCustomRequestOptions } from 'naive-ui'
+import { SearchOutline, RefreshOutline, AddOutline, TrashOutline, CreateOutline, CloudUploadOutline, DownloadOutline, Options } from '@vicons/ionicons5'
//字典数据
const statisticTypeOptions = ref<{ label: string; value: any }[]>([])
diff --git a/src/views/production/dispatchwork/index.vue b/src/views/production/dispatchwork/index.vue
index 3d62f2a..1b1f35f 100644
--- a/src/views/production/dispatchwork/index.vue
+++ b/src/views/production/dispatchwork/index.vue
@@ -16,7 +16,7 @@
-
+