|
@@ -149,16 +149,6 @@ const onAddBlacklist = () => {
|
|
const actionLogRef = ref<RefType>();
|
|
const actionLogRef = ref<RefType>();
|
|
const onActionLog = () => {
|
|
const onActionLog = () => {
|
|
actionLogRef.value.openDialog(logType.value);
|
|
actionLogRef.value.openDialog(logType.value);
|
|
-/* verifyBlackListLogXT(strTelNumber).then((res: any) => {
|
|
|
|
- // 校验当前号码是否是白名单 白名单需要提示
|
|
|
|
- if (res.result) {
|
|
|
|
- ElNotification({
|
|
|
|
- title: '来电提醒',
|
|
|
|
- message: '该市民为白名单。',
|
|
|
|
- type: 'success',
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- });*/
|
|
|
|
};
|
|
};
|
|
// 删除黑白名单
|
|
// 删除黑白名单
|
|
const onRemove = (row: any) => {
|
|
const onRemove = (row: any) => {
|