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
a44e494e
authored
2026-03-16 15:32:16 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修复合约的编辑问题
1 parent
4aeef7d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/data_smart_contract/smartContractCreate.vue
src/views/data_smart_contract/smartContractCreate.vue
View file @
a44e494
...
...
@@ -725,12 +725,12 @@ onBeforeMount(() => {
nodeInfoFormItems
.
value
[
2
].
default
=
provider
.
executionerId
;
nodeInfoFormItems
.
value
[
4
].
default
=
user
.
executionerGuid
;
nodeInfoFormItems
.
value
[
5
].
default
=
user
.
executionerId
;
if
(
baseInfoFormItems
.
value
[
1
].
default
==
'01'
&&
userData
.
superTubeFlag
==
'Y'
)
{
productList
.
value
=
res
.
data
?.
map
(
d
=>
{
d
.
disabled
=
d
.
enterpriseName
!=
userData
.
tenantName
;
//点对点,只能选择自己公司所属产品
return
d
;
})
||
[];
}
//
if (baseInfoFormItems.value[1].default == '01' && userData.superTubeFlag == 'Y') {
//
productList.value = res.data?.map(d => {
//
d.disabled = d.enterpriseName != userData.tenantName; //点对点,只能选择自己公司所属产品
//
return d;
//
}) || [];
//
}
productTableInfo
.
value
.
editInfo
.
dataProductId
.
options
=
productList
.
value
;
extendData
.
value
=
detailInfo
.
value
.
contractExpansions
||
[];
extendTableInfo
.
value
.
data
=
extendData
.
value
;
...
...
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