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
xwx
3 years ago
Commit
0844336862bdc64943e3fe688afa902507429a80
1 parent
e6728df9
页面指标组管理-【1065】-编辑后无法保存
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/restypepageEdit.js
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/restypepage/add.html
hg-monitor-web-base/src/main/resources/static/src/controller/restypepageEdit.js
View file @
0844336
...
...
@@ -182,7 +182,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'elem
}
// 表单提交事件
form
.
on
(
'submit(
form-restypepage-ed
it)'
,
function
(
data
)
{
form
.
on
(
'submit(
btn-restypepage-subm
it)'
,
function
(
data
)
{
loading
=
layer
.
load
(
2
);
var
restypePage
=
{
id
:
id
,
...
...
@@ -280,4 +280,4 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'elem
form
.
render
();
});
});
});
\ No newline at end of file
});
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/restypepage/add.html
View file @
0844336
...
...
@@ -81,7 +81,7 @@
<textarea
name=
"remark"
placeholder=
"请输入备注"
class=
"layui-textarea"
></textarea>
</div>
</div>
<button
id=
"btn-restypepage-submit"
class=
"hide"
lay-submit
lay-filter=
"
kpi-flag
-submit"
>
提交
</button>
<button
id=
"btn-restypepage-submit"
class=
"hide"
lay-submit
lay-filter=
"
btn-restypepage
-submit"
>
提交
</button>
</form>
<form
class=
"layui-form layui-form-pane"
onsubmit=
"return false"
>
<fieldset
class=
"layui-elem-field layui-field-title"
>
...
...
Please
register
or
login
to post a comment