Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
de197921
Commit
de197921
authored
Nov 07, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复多表格情况下,firstLoad只对第一个表格生效
parent
aa0f33b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
+1
-0
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
+0
-0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+1
-0
No files found.
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
View file @
de197921
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
de197921
...
...
@@ -72,6 +72,7 @@ var table = {
table
.
config
[
options
.
id
]
=
options
;
$
.
table
.
initEvent
();
$
(
'#'
+
options
.
id
).
bootstrapTable
({
id
:
options
.
id
,
url
:
options
.
url
,
// 请求后台的URL(*)
contentType
:
"application/x-www-form-urlencoded"
,
// 编码类型
method
:
'post'
,
// 请求方式(*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment