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
7828b009
Commit
7828b009
authored
Jul 08, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了合同登记提交后刷新
parent
c042669f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
MeterContractRegister.vue
...eter-contract/contract-register/MeterContractRegister.vue
+7
-5
MeterSampleProgress.vue
pages/meter-progress/progress-sample/MeterSampleProgress.vue
+1
-1
No files found.
pages/meter-contract/contract-register/MeterContractRegister.vue
View file @
7828b009
...
...
@@ -184,16 +184,18 @@ export default {
title
:
'提示'
,
content
:
'确定要把这 '
+
ids
.
length
+
' 条记录提交到'
+
cont
+
'?'
,
onOk
:
()
=>
{
const
result
=
meterContract
.
submitToContractReview
(
ids
)
if
(
result
)
{
this
.
_resultChange
(
'提交成功'
)
console
.
log
(
result
)
}
this
.
_submit
(
ids
)
// })
}
})
}
},
_submit
:
async
function
(
ids
)
{
const
result
=
await
meterContract
.
submitToContractReview
(
ids
)
if
(
result
)
{
this
.
_resultChange
(
'提交成功'
)
}
},
_resultChange
(
msg
)
{
this
.
$Message
.
success
(
msg
)
this
.
_page
()
...
...
pages/meter-progress/progress-sample/MeterSampleProgress.vue
View file @
7828b009
...
...
@@ -68,7 +68,7 @@
</div>
</div>
<!-- 添加、编辑 -->
<MeterAptitudeStandardEdit
ref=
"editModal"
@
on-result-change=
"_page"
></MeterAptitudeStandardEdit
>
<!-- <MeterAptitudeStandardEdit ref="editModal" @on-result-change="_page"></MeterAptitudeStandardEdit>--
>
<!--导入资质项目-->
<!-- <DownloadTemplateImport ref="sampleModal" @on-result-change="_page"></DownloadTemplateImport>-->
</div>
...
...
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