|
|
@ -126,6 +126,7 @@ export default {
|
|
|
|
data () {
|
|
|
|
data () {
|
|
|
|
const validateName = (rule, value, callback) => {
|
|
|
|
const validateName = (rule, value, callback) => {
|
|
|
|
this.$dataRoomAxios.post('/bigScreen/type/nameRepeat', {
|
|
|
|
this.$dataRoomAxios.post('/bigScreen/type/nameRepeat', {
|
|
|
|
|
|
|
|
id: this.currentCatalog.id,
|
|
|
|
name: value,
|
|
|
|
name: value,
|
|
|
|
type: this.type || 'bigScreenCatalog'
|
|
|
|
type: this.type || 'bigScreenCatalog'
|
|
|
|
}, true).then((r) => {
|
|
|
|
}, true).then((r) => {
|
|
|
|