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
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
2 years ago
Commit
1d2f29e84cb52660b56f7a73f5390f7836f3dfd5
1 parent
d861222d
fix: 指令优化
Hide 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/dirctiveAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/dirctiveAdd.js
View file @
1d2f29e
...
...
@@ -230,7 +230,7 @@ layui.define(['table', 'form', 'laydate', 'view', 'common', 'sessions', 'xmSelec
function
saveDirctive
(
data
)
{
var
token
=
localStorage
.
getItem
(
"access_token"
);
var
token
=
common
.
getMjToken
(
);
var
collDirctive
=
data
.
field
;
collDirctive
.
collWay
=
'active'
;
collDirctive
.
dirctiveType
=
'js'
;
...
...
Please
register
or
login
to post a comment