t20-common-lib 0.12.13 → 0.12.15
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
|
@@ -126,15 +126,15 @@
|
|
|
126
126
|
</template>
|
|
127
127
|
|
|
128
128
|
<script>
|
|
129
|
-
import Tree from "
|
|
130
|
-
import ElSelect from "
|
|
129
|
+
import Tree from "./selectTree/Tree/index.vue";
|
|
130
|
+
import ElSelect from "./selectTree/Extends/ElSelect.vue";
|
|
131
131
|
import Filters from "../../../src/common/Filters/index.vue"
|
|
132
132
|
import request from "@/utils/request";
|
|
133
133
|
import { getCommonConfig } from "../../../src/api/common";
|
|
134
|
-
import treeSelectImg from "
|
|
135
|
-
import treeUnSelectImg from "
|
|
136
|
-
import listSelectImg from "
|
|
137
|
-
import listUnSelectImg from "
|
|
134
|
+
import treeSelectImg from "./selectTree/imgs/tree-select.png";
|
|
135
|
+
import treeUnSelectImg from "./selectTree/imgs/tree-unselect.png";
|
|
136
|
+
import listSelectImg from "./selectTree/imgs/list-select.png";
|
|
137
|
+
import listUnSelectImg from "./selectTree/imgs/list-unselect.png";
|
|
138
138
|
|
|
139
139
|
/** 兼容接口返回体在 res 顶层或 res.data */
|
|
140
140
|
function unwrapRequestData(res) {
|