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
c0e42616
Commit
c0e42616
authored
Jul 07, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了证书管理的附件和操作日志按钮
parent
27d3d10c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
MeterCertificateIssueHis.vue
pages/meter-certificate/issue/MeterCertificateIssueHis.vue
+8
-4
No files found.
pages/meter-certificate/issue/MeterCertificateIssueHis.vue
View file @
c0e42616
...
...
@@ -45,13 +45,15 @@
</Row>
</div>
</div>
<Operation
ref=
"Operation"
></Operation>
<FileManage
ref=
"FileManage"
></FileManage>
</div>
</template>
<
script
>
import
{
meterEntrust
}
from
'../../../api'
import
Operation
from
'../../../components/operation/Operation'
export
default
{
components
:
{},
components
:
{
Operation
},
data
()
{
return
{
currentComponent
:
''
,
...
...
@@ -181,7 +183,8 @@ export default {
})
},
_record
(
id
)
{
this
.
$refs
.
refModal
.
_open
(
id
)
// this.$refs.refModal._open(id)
this
.
$refs
.
Operation
.
_open
(
id
)
},
_tableResultChange
(
msg
,
data
)
{
switch
(
msg
)
{
...
...
@@ -238,7 +241,8 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'subcontractorId'
)
// this.$refs.refModal._open(id, 'subcontractorId')
this
.
$refs
.
FileManage
.
_open
(
id
,
'subcontractorId'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterEntrust
.
getVOById
(
id
)
...
...
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