Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0866f7cc
authored
2022-08-24 17:02:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
33a30d15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
View file @
0866f7c
<
template
>
<div>
<dialogBox
title=
"查询权利信息"
@
submitForm=
"submitForm"
saveButton=
"发起申请"
width=
"85%"
@
closeDialog=
"closeDialog
"
v-model=
"myValue"
>
<dialogBox
title=
"查询权利信息"
@
submitForm=
"submitForm"
:saveloding=
"saveloding"
saveButton=
"发起申请"
width=
"85%
"
@
closeDialog=
"closeDialog"
v-model=
"myValue"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
...
...
@@ -43,7 +43,7 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
heightNum
Setting
:current-page
.
sync=
"pageData.currentPage"
<lb-table
:page-size=
"pageData.pageSize"
heightNum
=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -81,6 +81,7 @@ export default {
bdcdyid
:
''
,
bdcdyh
:
''
,
myValue
:
this
.
value
,
saveloding
:
false
};
},
mounted
()
{
...
...
@@ -110,13 +111,15 @@ export default {
this
.
$message
.
error
(
'请至少选择一条数据'
);
return
}
this
.
saveloding
=
true
startBusinessFlow
({
bsmSqyw
:
this
.
bsmSqyw
,
bdcdyid
:
this
.
bdcdyid
,
bdcdyh
:
this
.
bdcdyh
}).
then
(
res
=>
{
this
.
saveloding
=
false
this
.
$emit
(
'input'
,
false
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmSqyw='
+
this
.
bsmSqyw
+
'&bsmSlsq='
+
res
.
message
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmSqyw='
+
this
.
bsmSqyw
+
'&bsmSlsq='
+
res
.
message
)
window
.
open
(
href
,
'_blank'
);
})
},
...
...
Please
register
or
sign in
to post a comment