Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2c828adb
authored
2023-04-07 10:10:51 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框的修改
1 parent
287c70c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
public/config.json
src/components/EditDialog/index.vue
public/config.json
View file @
2c828ad
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"
jg
"
,
"LOGIN"
:
"
jg
"
,
"CODE"
:
"BDC
JG
PT"
,
"THEME"
:
"
sb
"
,
"LOGIN"
:
"
sb
"
,
"CODE"
:
"BDC
SB
PT"
,
"AREARMAP"
:
"610702"
,
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
160
,
...
...
src/components/EditDialog/index.vue
View file @
2c828ad
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment