fix:新建分组前清空操作; #283

Merged
yangws merged 1 commits from yangws into main 2024-09-27 15:06:32 +08:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 31f9ec61ea - Show all commits

View File

@ -266,6 +266,9 @@ const btnSave = () => {
}
//
const addGroup = () => {
//
groupForm.groupname = ''
groupForm.orderidx = 0
groupVisible.value = true
}
const btnGroupSave = () => {