fix: 修复合约的编辑问题
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -725,12 +725,12 @@ onBeforeMount(() => { | ... | @@ -725,12 +725,12 @@ onBeforeMount(() => { |
| 725 | nodeInfoFormItems.value[2].default = provider.executionerId; | 725 | nodeInfoFormItems.value[2].default = provider.executionerId; |
| 726 | nodeInfoFormItems.value[4].default = user.executionerGuid; | 726 | nodeInfoFormItems.value[4].default = user.executionerGuid; |
| 727 | nodeInfoFormItems.value[5].default = user.executionerId; | 727 | nodeInfoFormItems.value[5].default = user.executionerId; |
| 728 | if (baseInfoFormItems.value[1].default == '01' && userData.superTubeFlag == 'Y') { | 728 | // if (baseInfoFormItems.value[1].default == '01' && userData.superTubeFlag == 'Y') { |
| 729 | productList.value = res.data?.map(d => { | 729 | // productList.value = res.data?.map(d => { |
| 730 | d.disabled = d.enterpriseName != userData.tenantName; //点对点,只能选择自己公司所属产品 | 730 | // d.disabled = d.enterpriseName != userData.tenantName; //点对点,只能选择自己公司所属产品 |
| 731 | return d; | 731 | // return d; |
| 732 | }) || []; | 732 | // }) || []; |
| 733 | } | 733 | // } |
| 734 | productTableInfo.value.editInfo.dataProductId.options = productList.value; | 734 | productTableInfo.value.editInfo.dataProductId.options = productList.value; |
| 735 | extendData.value = detailInfo.value.contractExpansions || []; | 735 | extendData.value = detailInfo.value.contractExpansions || []; |
| 736 | extendTableInfo.value.data = extendData.value; | 736 | extendTableInfo.value.data = extendData.value; | ... | ... |
-
Please register or sign in to post a comment