修改禅道bug
This commit is contained in:
@@ -132,6 +132,7 @@ export default {
|
||||
rules: {
|
||||
paramsTemplateName:[
|
||||
{ required: true, message: this.$t('PleaseEnter')+this.$t('templateName'), trigger: 'change' },
|
||||
{ min:1, max: 50, message: this.$t('cantExeed')+'50'+this.$t('characters'), trigger: 'blur' },
|
||||
],
|
||||
},
|
||||
visible: false,
|
||||
@@ -243,6 +244,7 @@ export default {
|
||||
},
|
||||
hideModal(){
|
||||
this.visible = false;
|
||||
this.$refs['ruleForm'].resetFields()
|
||||
},
|
||||
//批量删除
|
||||
handleDel() {
|
||||
|
||||
Reference in New Issue
Block a user