t20-common-lib 0.12.5 → 0.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -129,9 +129,7 @@
|
|
|
129
129
|
import Tree from "../../../src/common/selectTree/Tree/index.vue";
|
|
130
130
|
import ElSelect from "../../../src/common/selectTree/Extends/ElSelect.vue";
|
|
131
131
|
import Filters from "../../../src/common/selectTree/Filters/index.vue"
|
|
132
|
-
import forEachs from "../../../src/common/selectTree/forEachs";
|
|
133
132
|
import request from "../../../src/utils/request";
|
|
134
|
-
import { getToken } from "../../../src/utils/auth";
|
|
135
133
|
import { getCommonConfig } from "../../../src/api/common";
|
|
136
134
|
import treeSelectImg from "../../../src/common/selectTree/imgs/tree-select.png";
|
|
137
135
|
import treeUnSelectImg from "../../../src/common/selectTree/imgs/tree-unselect.png";
|