jz.kai 4 năm trước cách đây
mục cha
commit
84e9534ad8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/base/cooperationInfo-list.vue

+ 2 - 2
src/views/base/cooperationInfo-list.vue

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