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
36cdecaa
Commit
36cdecaa
authored
Jul 22, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了证书编制翻页
parent
21ce9f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
SelectOriTempRecord.vue
pages/meter-out/personal-task/SelectOriTempRecord.vue
+9
-6
No files found.
pages/meter-out/personal-task/SelectOriTempRecord.vue
View file @
36cdecaa
...
...
@@ -80,7 +80,7 @@ export default {
],
formObj
:
{
// id: '',
title
:
''
title
:
undefined
// businessTypeList: 0
},
again
:
false
,
...
...
@@ -124,7 +124,7 @@ export default {
if
(
result
!==
undefined
)
{
this
.
formObj
.
id
=
result
.
id
}
else
{
this
.
formObj
.
id
=
''
this
.
formObj
.
id
=
undefined
}
this
.
_search
()
},
...
...
@@ -153,15 +153,18 @@ export default {
this
.
_hideLoading
()
count
=
0
},
_page
:
async
function
(
data
)
{
const
result
=
await
meterPrint
.
pageSampleTemplate
(
data
)
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
console
.
log
(
'this.formObj'
,
this
.
formObj
)
const
result
=
await
meterPrint
.
pageSampleTemplate
(
this
.
formObj
)
if
(
result
)
{
this
.
getPage
=
result
this
.
$refs
.
pageTable
.
_hideLoading
()
}
},
_search
()
{
//
this.$refs.pageTable._pageChange(1)
this
.
_page
(
this
.
formObj
)
this
.
$refs
.
pageTable
.
_pageChange
(
1
)
//
this._page(this.formObj)
},
_tableResultChange
(
msg
,
data
)
{
switch
(
msg
)
{
...
...
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