2c828adb by renchao@pashanhoo.com

style:弹框的修改

1 parent 287c70c7
1 { 1 {
2 "TITLE": "汉中市数据上报系统", 2 "TITLE": "汉中市数据上报系统",
3 "THEME": "jg", 3 "THEME": "sb",
4 "LOGIN": "jg", 4 "LOGIN": "sb",
5 "CODE": "BDCJGPT", 5 "CODE": "BDCSBPT",
6 "AREARMAP": "610702", 6 "AREARMAP": "610702",
7 "SERVERAPI": "/bdcsjsb", 7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 160, 8 "calcHeight": 160,
......
...@@ -243,7 +243,7 @@ export default { ...@@ -243,7 +243,7 @@ export default {
243 _getList (data) { 243 _getList (data) {
244 getTabsDetail({ bsmReport: data.bsmReport || data.bsmSjsb }).then((res) => { 244 getTabsDetail({ bsmReport: data.bsmReport || data.bsmSjsb }).then((res) => {
245 if (res.code == 200) { 245 if (res.code == 200) {
246 this.headerList = res.result | []; 246 this.headerList = res.result || [];
247 this.activeName = this.tabsActiveName == '' ? res.result[0].soleurl : this.tabsActiveName 247 this.activeName = this.tabsActiveName == '' ? res.result[0].soleurl : this.tabsActiveName
248 this.bsmYwsjb = this.headerList[0]?.bsmYwsjb; 248 this.bsmYwsjb = this.headerList[0]?.bsmYwsjb;
249 this.editItem = this.loadView(this.activeName); 249 this.editItem = this.loadView(this.activeName);
......