update 国内、海外标准我的收藏不可移出标准
This commit is contained in:
@@ -476,6 +476,11 @@ export default {
|
|||||||
this.$message.warning(this.$t('standardRegulationLibrary.selectLeastOneTableData'))
|
this.$message.warning(this.$t('standardRegulationLibrary.selectLeastOneTableData'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 左侧节点选的是我的收藏,不可移出标准
|
||||||
|
if (this.selectedTreeNodeCodes[0] === 'MyCollection') {
|
||||||
|
this.$message.warn(this.$t('enterpriseStandardLibrary.standard.myCollectNotRemove'))
|
||||||
|
return
|
||||||
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const params = {
|
const params = {
|
||||||
nodeCode: this.selectedTreeNodeCodes[0],
|
nodeCode: this.selectedTreeNodeCodes[0],
|
||||||
|
|||||||
@@ -477,6 +477,11 @@ export default {
|
|||||||
this.$message.warning(this.$t('standardRegulationLibrary.selectLeastOneTableData'))
|
this.$message.warning(this.$t('standardRegulationLibrary.selectLeastOneTableData'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 左侧节点选的是我的收藏,不可移出标准
|
||||||
|
if (this.selectedTreeNodeCodes[0] === 'MyCollection') {
|
||||||
|
this.$message.warn(this.$t('enterpriseStandardLibrary.standard.myCollectNotRemove'))
|
||||||
|
return
|
||||||
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const params = {
|
const params = {
|
||||||
nodeCode: this.selectedTreeNodeCodes[0],
|
nodeCode: this.selectedTreeNodeCodes[0],
|
||||||
|
|||||||
Reference in New Issue
Block a user