Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
b2619254
Commit
b2619254
authored
Jul 02, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.patzn.com/root/patzn-cloud-service-metr-web
into dev
parents
48efa051
2fed826f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
MeterPersonalTask.vue
pages/meter-statistics/personal-task/MeterPersonalTask.vue
+6
-2
No files found.
pages/meter-statistics/personal-task/MeterPersonalTask.vue
View file @
b2619254
...
...
@@ -31,7 +31,7 @@
</el-date-picker>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
type=
"primary"
class=
"width-80"
@
click=
"_
search
"
>
搜索
</Button>
<Button
type=
"primary"
class=
"width-80"
@
click=
"_
getData
"
>
搜索
</Button>
</Form-item>
</Form>
</div>
...
...
@@ -162,7 +162,7 @@ export default {
methods
:
{
// 服务类型
_getData
:
async
function
()
{
const
result
=
await
meterSample
.
pagePersonalTaskStatistics
()
const
result
=
await
meterSample
.
pagePersonalTaskStatistics
(
this
.
formObj
)
if
(
result
)
{
this
.
getPage
.
records
=
result
this
.
$refs
.
testPieModal
.
_openPie
(
this
.
getPage
.
records
)
...
...
@@ -183,9 +183,13 @@ export default {
if
(
data
)
{
this
.
tempData
.
beginDate
=
data
[
0
]
this
.
tempData
.
endDate
=
data
[
1
]
this
.
formObj
.
edateBegin
=
data
[
0
]
this
.
formObj
.
edateEnd
=
data
[
1
]
}
else
{
this
.
tempData
.
beginDate
=
''
this
.
tempData
.
endDate
=
''
this
.
formObj
.
edateBegin
=
undefined
this
.
formObj
.
edateEnd
=
undefined
}
},
_contHide
()
{
...
...
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