1.优化角色模板 2.增加新版私域引流页面

This commit is contained in:
gyq
2025-12-15 14:56:29 +08:00
parent dd2ca5062f
commit fe200990e0
8 changed files with 225 additions and 44 deletions

View File

@@ -52,13 +52,16 @@ async function roleTemplateListAjax() {
el.cehcked = false
});
list.value = res
if (list.value.length > 0) {
visible.value = true
}
} catch (error) {
console.log(error);
}
}
function show() {
visible.value = true
roleTemplateListAjax()
}

View File

@@ -247,7 +247,7 @@ function handleQuery() {
total.value = data.totalRow;
if (data.records.length == 0) {
roleTemplateDialogRef?.value.show()
roleTemplateDialogRef.value.show()
}
})
.finally(() => {