|
@@ -150,7 +150,7 @@ import cooperationInfoApi from "@/api/base/cooperationInfo";
|
|
import NProgress from "nprogress"; // progress bar
|
|
import NProgress from "nprogress"; // progress bar
|
|
import "nprogress/nprogress.css"; // progress bar style
|
|
import "nprogress/nprogress.css"; // progress bar style
|
|
import dataDictionaryApi from "@/api/sys/dataDictionary";
|
|
import dataDictionaryApi from "@/api/sys/dataDictionary";
|
|
-import SelectTree from "@/components/SelectTree";
|
|
|
|
|
|
+// import SelectTree from "@/components/SelectTree";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
@@ -345,7 +345,7 @@ export default {
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
"cooperationInfo-detail": CooperationInfoDetail,
|
|
"cooperationInfo-detail": CooperationInfoDetail,
|
|
- "el-select-tree": SelectTree,
|
|
|
|
|
|
+ // "el-select-tree": SelectTree,
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|