组件库分组编辑查重优化
@@ -154,6 +154,7 @@ export default {
// 检验分组名称是否重复
const validateName = (rule, value, callback) => {
this.$dataRoomAxios.post('/bigScreen/type/nameRepeat', {
+ id: this.currentCatalog.id,
name: value,
type: this.catalogType
}, true).then((r) => {