fix: 修复methods重复定义问题
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-25 16:19:04 +00:00
parent 1cb5f6b646
commit aa36029818

View File

@@ -207,7 +207,6 @@ export default {
console.error(e) console.error(e)
} }
}, },
methods: {
async loadCustomers() { async loadCustomers() {
try { try {
const res = await customerApi.getCustomers({ page: 1, pageSize: 100 }) const res = await customerApi.getCustomers({ page: 1, pageSize: 100 })