@ -231,7 +231,7 @@ export default {
},
methods: {
init() {
typeValues({ type: 'buckle_list' }).then((res) => {
typeValues({ type: 'buckle' }).then((res) => {
if (res.success) {
this.buckle_list = res.data
}