Commit faa006b2 by liuyong

修改bug

1 parent fb95f916
...@@ -221,9 +221,9 @@ ...@@ -221,9 +221,9 @@
this.graphList = res.eleDtos; this.graphList = res.eleDtos;
}, },
get_search_select1() {//查询架构归属下拉框值 get_search_select1() {//查询架构归属下拉框值
const commonGraph = JSON.parse(localStorage.getItem("commonGraph")).graph; const standardGraph = JSON.parse(localStorage.getItem("standardGraph")).graph;
commonGraph.reverse(); standardGraph.pop();
this.search_select1 = commonGraph; this.search_select1 = standardGraph;
}, },
closeGraphDialog() {//图形选择窗口的取消 closeGraphDialog() {//图形选择窗口的取消
this.graphIndex = 0; this.graphIndex = 0;
......
...@@ -166,9 +166,10 @@ ...@@ -166,9 +166,10 @@
this.graphList = res.eleDtos; this.graphList = res.eleDtos;
}, },
get_search_select1() {//查询架构归属下拉框值 get_search_select1() {//查询架构归属下拉框值
const commonGraph = JSON.parse(localStorage.getItem("commonGraph")).graph; const standardGraph = JSON.parse(localStorage.getItem("standardGraph")).graph;
commonGraph.reverse(); console.log(standardGraph)
this.search_select1 = commonGraph; // standardGraph.reverse();
// this.search_select1 = standardGraph;
}, },
closeGraphDialog() {//图形选择窗口的取消 closeGraphDialog() {//图形选择窗口的取消
this.graphIndex = 0; this.graphIndex = 0;
......
const { defineConfig } = require('@vue/cli-service') const { defineConfig } = require('@vue/cli-service')
const ip = '43.143.211.42'; // const ip = '43.143.211.42';
// const ip = '172.20.10.7'; // 李振 const ip = '172.20.10.3';
// const ip = '172.20.10.9'; // 何鹏 // const ip = '172.20.10.9'; // 何鹏
// const ip = '192.168.0.120'; // const ip = '192.168.0.120';
// const ip = '192.168.0.13'; // const ip = '192.168.0.13';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!