Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
9ecf3e23
Commit
9ecf3e23
authored
Oct 11, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
bdd9f856
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
operationalDataList.js
public/resource/js/operationalDataList.js
+1
-1
No files found.
public/resource/js/operationalDataList.js
View file @
9ecf3e23
...
@@ -25,7 +25,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
...
@@ -25,7 +25,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
operating
.
mainTabIndex
=
_this
.
index
();
operating
.
mainTabIndex
=
_this
.
index
();
//没有时间 搜索的 也会传时间过去 为了切换不同的按钮 时间的连贯性 方便使用
//没有时间 搜索的 也会传时间过去 为了切换不同的按钮 时间的连贯性 方便使用
if
(
operating
.
mainTabIndex
==
1
||
operating
.
mainTabIndex
==
3
){
if
(
operating
.
mainTabIndex
==
4
){
$
(
'#maintable_create_time'
).
val
(
''
);
$
(
'#maintable_create_time'
).
val
(
''
);
$
(
'#maintable_end_time'
).
val
(
''
);
$
(
'#maintable_end_time'
).
val
(
''
);
}
}
...
...
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