NEZ-616 fix: MIB File 页面bug models接口错误 编辑页面接口错误打不开

This commit is contained in:
@changcode
2021-05-12 14:46:03 +08:00
parent 3537bb582f
commit 37694b1739
3 changed files with 14 additions and 27 deletions

View File

@@ -96,7 +96,7 @@
import table from '@/components/common/mixin/table'
import axios from 'axios'
export default {
name: 'roleTable',
name: 'mibTable',
mixins: [table],
data () {
return {
@@ -121,7 +121,7 @@ export default {
prop: 'modelsDetail',
show: true
}, {
label: this.$t('config.mib.remark'),
label: this.$t('config.mib.description'),
prop: 'remark',
show: true
}, {