Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
8733607e
authored
2026-04-03 16:53:32 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 只有审批通过的提交才需要判断修改的是否成员信息
1 parent
1e8d609a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/data_asset/productSpaceEdit.vue
src/views/data_asset/productSpaceEdit.vue
View file @
8733607
...
...
@@ -407,8 +407,7 @@ const submit = () => {
if
(
route
.
query
.
guid
)
{
params
.
guid
=
route
.
query
.
guid
;
/** 需要判断是审批通过之后的编辑,若是只改成员信息,则不需要提交审批,只需要调用编辑即可。 */
const
hasModified
=
checkIfModified
(
formInline
,
params
.
policyRQVOS
);
if
(
hasModified
)
{
//修改过基础信息
if
(
detailInfo
.
value
.
bizApproveState
!=
'Y'
||
checkIfModified
(
formInline
,
params
.
policyRQVOS
))
{
updateLogicSpace
(
params
).
then
((
res
:
any
)
=>
{
fullscreenLoading
.
value
=
false
;
if
(
res
?.
code
==
proxy
.
$passCode
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment