绑定指标-无法新建分组问题修改
This commit is contained in:
@@ -336,7 +336,6 @@ const dicDeleteGroup = (data: any) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const newGroup = () => {
|
const newGroup = () => {
|
||||||
console.log("🚀 ~ newGroup ~ toData.value.length:", toData.value[toData.value.length - 1].sort + 1)
|
|
||||||
|
|
||||||
addRef.value.open('新增菜单', {
|
addRef.value.open('新增菜单', {
|
||||||
sort: toData.value.length ? toData.value[toData.value.length - 1].sort + 1 : 1,
|
sort: toData.value.length ? toData.value[toData.value.length - 1].sort + 1 : 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user