Commit c6a7a4b0 authored by 黄自鹏's avatar 黄自鹏

调整

parent 0a41610e
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<script> <script>
/* 引入需要的接口*/ /* 引入需要的接口*/
import { import {
queryGsTree queryGsTreeAuth
} from "@/api/train/planning.js"; } from "@/api/train/planning.js";
import { import {
doQuery, doQuery,
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
this.queryParams.gsid=e.id||'root' this.queryParams.gsid=e.id||'root'
this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery()
}, },
apiTreeQuery: queryGsTree, apiTreeQuery: queryGsTreeAuth,
/* 基础查询*/ /* 基础查询*/
query: doQuery, query: doQuery,
/* 基础增*/ /* 基础增*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment