Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
‘superliu’
3 years ago
Commit
c4e426e62bc201eef288a63722e6502b80aceff2
1 parent
0bcd0535
天津税务-基础配置-业务类型管理初始化页面问题修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/bustype.js
hg-monitor-web-base/src/main/resources/static/src/controller/bustype.js
View file @
c4e426e
...
...
@@ -26,7 +26,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'laytpl', 'common', 'view', 'se
}
var
mode
=
(
data
&&
data
.
mode
)
?
data
.
mode
:
''
;
var
username
=
(
data
&&
data
.
username
)
?
data
.
username
:
''
;
let
busIds
=
[];
//data.busIds
? data.busIds : [];
let
busIds
=
(
data
&&
data
.
busIds
)
?
data
.
busIds
:
[];
//展示类型
var
showTypeList
=
[];
var
dataBusType
=
[];
...
...
王涛
@wangtao
3 years ago
Owner
mentioned in commit
33421854
Please
register
or
login
to post a comment