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
fb297a33
authored
2022-12-28 10:00:30 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代办业务的受理申请页面,共有方式为单独所有时无法添加多个权利人
1 parent
c3242e2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/qlrCommonTable.vue
View file @
fb297a3
...
...
@@ -166,8 +166,12 @@ export default {
// 新增
addClick
()
{
this
.
dialog
=
true
this
.
isaddupdate
=
true
if
(
this
.
gyfs
==
'0'
&&
this
.
tableDataList
.
length
>
0
){
this
.
$message
.
warning
(
"当前共有方式为单独所有,无法添加多个权利人"
)
}
else
{
this
.
dialog
=
true
this
.
isaddupdate
=
true
}
},
// 删除
...
...
Please
register
or
sign in
to post a comment