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
d6fe651c
authored
2025-12-05 14:51:23 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决对比策略
1 parent
0b2fb8bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_smart_contract/smartContractDetail.vue
View file @
d6fe651
...
...
@@ -464,8 +464,8 @@ const disableConfirmBtn = computed(() => {
let
oldItem
=
originValue
[
index
];
if
(
newItem
.
action
!=
oldItem
.
action
||
newItem
.
constraintEnName
!=
oldItem
.
constraintEnName
||
newItem
.
constraintOperatorCode
!=
oldItem
.
constraintOperatorCode
||
newItem
.
constraintValue
!=
oldItem
.
constraintValue
||
(
newItem
.
constraintEnName
==
'dataField'
&&
!
isEqual
(
newItem
.
constraintFieldValue
,
oldItem
.
additionValue
))
||
((
newItem
.
constraintEnName
==
'limitedDeliveryConnector'
||
newItem
.
constraintEnName
==
'limitedUseConnector'
)
&&
!
isEqual
(
newItem
.
constraintConnectorValue
,
oldItem
.
constraintConnectorValue
)))
{
(
newItem
.
constraintEnName
==
'dataField'
&&
!
isEqual
(
newItem
.
constraintFieldValue
,
oldItem
.
additionValue
?.
map
(
a
=>
a
.
enName
)
))
||
((
newItem
.
constraintEnName
==
'limitedDeliveryConnector'
||
newItem
.
constraintEnName
==
'limitedUseConnector'
)
&&
!
isEqual
(
newItem
.
constraintConnectorValue
,
oldItem
.
additionValue
?.
map
(
a
=>
a
.
guid
)
)))
{
return
true
;
}
index
++
;
...
...
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