|
@@ -74,7 +74,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { Message } from 'element-plus';
|
|
|
import CollapseList from "@com/coms/collapse/collapse-list.vue";
|
|
|
import ComTable from "@com/coms/table/table.vue";
|
|
|
import * as echarts from "echarts";
|
|
@@ -229,8 +228,8 @@ export default {
|
|
|
let that = this;
|
|
|
that.$nextTick(() => {
|
|
|
that.tableid = that.$route.query.tableid || "JSFW";
|
|
|
- that.getTableData();
|
|
|
that.getMenuList();
|
|
|
+ that.getTableData();
|
|
|
});
|
|
|
},
|
|
|
|
|
@@ -278,7 +277,7 @@ export default {
|
|
|
children: []
|
|
|
};
|
|
|
let PL_GDC = {
|
|
|
- name: "平罗",
|
|
|
+ text: "平罗",
|
|
|
children: []
|
|
|
};
|
|
|
let XH_GDC = {
|