style:弹框的修改
Showing
2 changed files
with
4 additions
and
4 deletions
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); | ... | ... |
-
Please register or sign in to post a comment