3af14033 by lihua

传空字符串

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