diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitAddForm.vue b/jero-web/src/views/documentManage/splitting/modules/SplitAddForm.vue index 7e63378ec..8b0363627 100644 --- a/jero-web/src/views/documentManage/splitting/modules/SplitAddForm.vue +++ b/jero-web/src/views/documentManage/splitting/modules/SplitAddForm.vue @@ -323,7 +323,7 @@ :title="Title" class="split-title" :visible="addConVisible" - :confirm-loading="confirmLoading" + @ok="handleOk" @cancel="handleCancel" > @@ -654,7 +654,7 @@ }, //保存 splitSave(){ - console.log('vallll',this.contentList) + // console.log('vallll',this.contentList) // console.log('formInline',this.formInline) this.$refs.splitEditForm.validate(valid=>{ if(valid){ @@ -941,7 +941,7 @@ }) } } - if (res.field_show_type === '1' || res.field_show_type === '2' || + if (res.field_show_type === '1' || res.field_show_type === '8' || res.field_show_type === '9' || res.field_show_type === '10' || res.field_show_type === '11') { rule.push({ @@ -958,6 +958,7 @@ // console.log('rules',this.rules) this.isFormInline = true this.confirmLoading = false + // console.log('this.column',this.column) }, getForm(callBack) { this.confirmLoading = true @@ -983,10 +984,11 @@ }) }, add() { + this.getForm() this.visible=true this.formInline = {} this.type = 'add' - this.getForm() + }, StandardselectionChange(value, id) { this.formInline[value + '_id'] = id diff --git a/jero-web/src/views/documentManage/tags/dialog/DicList.vue b/jero-web/src/views/documentManage/tags/dialog/DicList.vue index 5824dcd1c..a3454a41c 100644 --- a/jero-web/src/views/documentManage/tags/dialog/DicList.vue +++ b/jero-web/src/views/documentManage/tags/dialog/DicList.vue @@ -115,7 +115,7 @@ ], description:[ { required: true, message: this.$t('PleaseEnterDescription'), trigger: 'blur' }, - { min:1, max: 300, message: this.$t('cantExeed')+'300'+this.$t('characters'), trigger: 'blur' }, + { min:1, max: 200, message: this.$t('cantExeed')+'200'+this.$t('characters'), trigger: 'blur' }, ] }, tableData:[], diff --git a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue index 83a4c506d..619919bc8 100644 --- a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue +++ b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue @@ -156,7 +156,7 @@ ], description:[ - { min:1, max: 300, message: this.$t('cantExeed')+'300'+this.$t('characters'), trigger: 'blur' }, + { min:1, max: 200, message: this.$t('cantExeed')+'200'+this.$t('characters'), trigger: 'blur' }, ] }, // typeVisible:{},