a44e494e by lihua

fix: 修复合约的编辑问题

1 parent 4aeef7d8
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!