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
1e7fbdd1
authored
2024-02-26 10:16:34 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宅基地使用权/房屋所有权
1 parent
72476670
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
src/views/workflow/main/slsqxx/fdcq1/slxx.vue
src/views/workflow/main/slsqxx/zjgcdy/slxx.vue
src/views/workflow/mixin/index.js
src/views/workflow/main/slsqxx/fdcq1/slxx.vue
View file @
1e7fbdd
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2024-0
1-31 10:11:4
1
* @LastEditTime: 2024-0
2-26 10:15:5
1
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -304,7 +304,7 @@
mixins
:
[
ywmix
],
mounted
()
{
let
that
=
this
this
.
loading
=
true
//
this.loading = true
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
src/views/workflow/main/slsqxx/zjgcdy/slxx.vue
View file @
1e7fbdd
...
...
@@ -308,6 +308,7 @@
</el-col>
</el-row>
<qlrCommonTable
style=
"margin-bottom:3px"
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
"upDateQlrxxList"
:disabled=
"viewEdit"
...
...
src/views/workflow/mixin/index.js
View file @
1e7fbdd
...
...
@@ -195,7 +195,7 @@ export default {
});
break
;
case
"stop"
:
//终止按钮
this
.
$popupDialog
(
"终止"
,
"workflow/
components/stop
"
,
{
this
.
$popupDialog
(
"终止"
,
"workflow/
top/stop/index
"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
?
this
.
bestepid
:
''
},
'600px'
,
true
)
...
...
Please
register
or
sign in
to post a comment