优化交易分类选择时的自动保存功能;重命名清除缓存为刷新网络并更新相关逻辑
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-04 16:52:20 +08:00
parent 557d44aed8
commit 14296d65d1
2 changed files with 20 additions and 10 deletions

View File

@@ -255,6 +255,12 @@ const onSubmit = async () => {
// 选择分类
const selectClassify = (classify) => {
editForm.classify = classify
if(editForm.id > 0 && editForm.type > 0) {
// 直接保存
onSubmit()
}
}
// 新增分类