修改数据产品没有删除选项
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -264,7 +264,7 @@ const productTableInfo = ref({ | ... | @@ -264,7 +264,7 @@ const productTableInfo = ref({ |
| 264 | data: productData.value, | 264 | data: productData.value, |
| 265 | showPage: false, | 265 | showPage: false, |
| 266 | actionInfo: { | 266 | actionInfo: { |
| 267 | show: true, | 267 | show: false, |
| 268 | label: "操作", | 268 | label: "操作", |
| 269 | type: "btn", | 269 | type: "btn", |
| 270 | width: 60, | 270 | width: 60, |
| ... | @@ -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 ? null : userData.tenantGuid).then((res: any) => { | 739 | getContractDataProduct(userData.superTubeFlag == 'Y' && localStorage.getItem('userRole') == USERROLE.OPERATION ? undefined : 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