修复账号管理状态
This commit is contained in:
@ -137,10 +137,10 @@ const handleStatusChange = (row: any) => {
|
||||
getList();
|
||||
}
|
||||
}).catch(() => {
|
||||
row.status = !row.status
|
||||
getList();
|
||||
})
|
||||
}).catch(() => {
|
||||
row.status = !row.status
|
||||
getList();
|
||||
})
|
||||
};
|
||||
onMounted(() => {
|
||||
|
@ -58,6 +58,8 @@ const queryParams = reactive({
|
||||
deviceImei: ''
|
||||
})
|
||||
function openDialog(row: OperLogForm) {
|
||||
console.log(row,'roe11');
|
||||
|
||||
info.value = row;
|
||||
open.value = true;
|
||||
getList();
|
||||
|
Reference in New Issue
Block a user