|
|
|
|
@ -316,7 +316,7 @@ import { getparameter } from "@/api/system/dictionary";
|
|
|
|
|
import { show } from "@/api/system/customForm";
|
|
|
|
|
import * as XLSX from "xlsx";
|
|
|
|
|
import { saveAs } from "file-saver";
|
|
|
|
|
import { listdept } from "@/api/system/department";
|
|
|
|
|
import { listdeptNoAuth } from "@/api/system/department";
|
|
|
|
|
import { deepCopy } from "@/utils";
|
|
|
|
|
|
|
|
|
|
import LxHeader from "@/components/LxHeader/index.vue";
|
|
|
|
|
@ -466,7 +466,7 @@ export default {
|
|
|
|
|
[
|
|
|
|
|
"material_shenhebumen_depts",
|
|
|
|
|
async () => {
|
|
|
|
|
const res = await listdept();
|
|
|
|
|
const res = await listdeptNoAuth();
|
|
|
|
|
return res;
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
|