资源类型为数据集时资源表必填
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1045,7 +1045,7 @@ const save = () => { | ... | @@ -1045,7 +1045,7 @@ const save = () => { |
| 1045 | baseInfoExpand.value = true; | 1045 | baseInfoExpand.value = true; |
| 1046 | return; | 1046 | return; |
| 1047 | } | 1047 | } |
| 1048 | if (!assetDataTableInfo.value.data) { | 1048 | if (!assetDataTableInfo.value.data?.length) { |
| 1049 | proxy.$ElMessage.error('资源类型为数据集时,必需添加资源表'); | 1049 | proxy.$ElMessage.error('资源类型为数据集时,必需添加资源表'); |
| 1050 | assetTableInfoExpand.value = true; | 1050 | assetTableInfoExpand.value = true; |
| 1051 | nextTick(() => { | 1051 | nextTick(() => { | ... | ... |
-
Please register or sign in to post a comment