fc36314c by lihua

修改数据产品没有删除选项

1 parent 3498562e
......@@ -264,7 +264,7 @@ const productTableInfo = ref({
data: productData.value,
showPage: false,
actionInfo: {
show: true,
show: false,
label: "操作",
type: "btn",
width: 60,
......@@ -736,7 +736,7 @@ onBeforeMount(() => {
nodeInfoFormItems.value[1].default = ''; //如果是中介的话,不能选择自己吧。
}
}
getContractDataProduct(userData.superTubeFlag == 'Y' && localStorage.getItem('userRole') == USERROLE.OPERATION ? null : userData.tenantGuid).then((res: any) => {
getContractDataProduct(userData.superTubeFlag == 'Y' && localStorage.getItem('userRole') == USERROLE.OPERATION ? undefined : userData.tenantGuid).then((res: any) => {
if (res?.code == proxy.$passCode) {
productList.value = res.data?.map(d => {
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!