1.优化角色模板 2.增加新版私域引流页面
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
@@ -247,7 +247,7 @@ function handleQuery() {
|
||||
total.value = data.totalRow;
|
||||
|
||||
if (data.records.length == 0) {
|
||||
roleTemplateDialogRef?.value.show()
|
||||
roleTemplateDialogRef.value.show()
|
||||
}
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
Reference in New Issue
Block a user