fix: 字段重名

This commit is contained in:
xiajunjie 2021-12-30 20:55:53 +08:00
parent 7812d73545
commit a17e55c2d7

View File

@ -347,6 +347,8 @@ export default {
post('/dataset/field/save', item).then(response => {
this.initField()
}).catch(res => {
this.initField()
})
},