修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-07 11:45:58 +08:00
parent e1c92332d8
commit 969a6aa64d
2 changed files with 2 additions and 1 deletions
@@ -131,6 +131,7 @@ export default {
this.title = '编辑'
this.$nextTick(() => {
this.formInline = value
this.$refs['ruleForm'].clearValidate()
})
},
handleCancel() {
@@ -192,7 +192,7 @@ export default {
title: this.$t('operation'),
align: 'center',
fixed: 'right',
width: 100,
width: 120,
scopedSlots: { customRender: 'operation' }
}
],