feat(xumu): 新增体重管理功能

- 添加体重管理列表和新增页面
- 实现体重数据的查询、新增和编辑功能- 优化表格展示和搜索过滤
This commit is contained in:
aixianling
2024-12-26 18:01:44 +08:00
parent 0e35945d4a
commit e11d504f18
5 changed files with 281 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export default {
if (!this.submit) {
this.dialog = false
this.$emit('onConfirm')
this.$emit("confirm")
} else {
this.submit?.()?.then(() => this.dialog = false)
}