Compare commits
2 Commits
042f8e5907
...
e1dfc0f8b4
Author | SHA1 | Date |
---|---|---|
yangws | e1dfc0f8b4 | |
小杨 | 31f9ec61ea |
|
@ -266,6 +266,9 @@ const btnSave = () => {
|
||||||
}
|
}
|
||||||
//新建小组
|
//新建小组
|
||||||
const addGroup = () => {
|
const addGroup = () => {
|
||||||
|
// 做清空处理
|
||||||
|
groupForm.groupname = ''
|
||||||
|
groupForm.orderidx = 0
|
||||||
groupVisible.value = true
|
groupVisible.value = true
|
||||||
}
|
}
|
||||||
const btnGroupSave = () => {
|
const btnGroupSave = () => {
|
||||||
|
|
Loading…
Reference in New Issue