2c828adb by renchao@pashanhoo.com

style:弹框的修改

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