Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
245cd9dd
"...admin-console/src/main/resources/application.properties" did not exist on "688100f96642b6adc0d0ed10188e87811314b375"
Commit
245cd9dd
authored
Nov 07, 2019
by
季圣华
Browse files
修复公共js的bug
parent
4d613006
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/common/common.js
View file @
245cd9dd
...
...
@@ -57,10 +57,12 @@
}
function
dgResize
()
{
var
searchTabHeight
=
$
(
'
#searchTable
'
).
height
();
$
(
'
#tableData
'
).
datagrid
(
'
resize
'
,
{
width
:
$
(
window
).
width
()
-
6
,
height
:
$
(
window
).
height
()
-
searchTabHeight
-
46
});
if
(
$
(
'
#tableData
'
).
length
)
{
$
(
'
#tableData
'
).
datagrid
(
'
resize
'
,
{
width
:
$
(
window
).
width
()
-
6
,
height
:
$
(
window
).
height
()
-
searchTabHeight
-
46
});
}
}
$
(
window
).
resize
(
function
()
{
dgResize
();
...
...
Write
Preview
Supports
Markdown
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