传空字符串
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -736,7 +736,7 @@ onBeforeMount(() => { | ... | @@ -736,7 +736,7 @@ onBeforeMount(() => { |
| 736 | nodeInfoFormItems.value[1].default = ''; //如果是中介的话,不能选择自己吧。 | 736 | nodeInfoFormItems.value[1].default = ''; //如果是中介的话,不能选择自己吧。 |
| 737 | } | 737 | } |
| 738 | } | 738 | } |
| 739 | getContractDataProduct(userData.superTubeFlag == 'Y' && localStorage.getItem('userRole') == USERROLE.OPERATION ? undefined : userData.tenantGuid).then((res: any) => { | 739 | getContractDataProduct(userData.superTubeFlag == 'Y' && localStorage.getItem('userRole') == USERROLE.OPERATION ? '' : userData.tenantGuid).then((res: any) => { |
| 740 | if (res?.code == proxy.$passCode) { | 740 | if (res?.code == proxy.$passCode) { |
| 741 | productList.value = res.data?.map(d => { | 741 | productList.value = res.data?.map(d => { |
| 742 | d.productNameDesc = d.productName + '(' + d.enterpriseName + ')'; | 742 | d.productNameDesc = d.productName + '(' + d.enterpriseName + ')'; | ... | ... |
-
Please register or sign in to post a comment