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
ae9eaa39
authored
2025-12-05 14:22:24 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决继续协商判断问题
1 parent
14843447
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/data_service/detail_serviceApi.vue
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_service/detail_serviceApi.vue
View file @
ae9eaa3
...
...
@@ -310,7 +310,7 @@ const cancel = () => {
<
template
>
<div
class=
"page-main"
v-loading=
"detailLoading"
>
<div
class=
"content_main"
>
<ContentWrap
title=
"基础信息"
description=
""
:isExpand=
"baseInfoExpand"
:expand-swicth=
"
tru
e"
class=
"mb16"
<ContentWrap
title=
"基础信息"
description=
""
:isExpand=
"baseInfoExpand"
:expand-swicth=
"
fals
e"
class=
"mb16"
@
expand=
"(v) => baseInfoExpand = v"
>
<div
class=
"list_panel"
>
<div
class=
"list_item"
>
...
...
src/views/data_smart_contract/smartContractDetail.vue
View file @
ae9eaa3
...
...
@@ -467,9 +467,9 @@ const disableConfirmBtn = computed(() => {
for
(
const
newItem
of
newValue
)
{
let
oldItem
=
originValue
[
index
];
if
(
newItem
.
action
!=
oldItem
.
action
||
newItem
.
constraintEnName
!=
oldItem
.
constraintEnName
||
newItem
.
constraintOperatorCode
!=
oldItem
.
constraintOperatorCode
||
newItem
.
constraintValue
!=
oldItem
.
constraintValue
||
!
isEqual
(
newItem
.
constraintFieldValue
,
oldItem
.
constraintFieldValue
||
!
isEqual
(
newItem
.
constraintConnectorValue
,
oldItem
.
constraintConnectorValue
)
))
{
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
)
))
{
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