update
This commit is contained in:
@@ -89,11 +89,11 @@ const deleteItem = async (id) => {
|
||||
}
|
||||
|
||||
const changeStatus = async (value, item) => {
|
||||
let abnormaltime = null;
|
||||
if (value === 2) {
|
||||
abnormaltime = await SelectTimeAsyncRef.value.open();
|
||||
}
|
||||
try {
|
||||
let abnormaltime = null;
|
||||
if (value === 2) {
|
||||
abnormaltime = await SelectTimeAsyncRef.value.open();
|
||||
}
|
||||
const {msg} = await Api.system.setAccountStatus({
|
||||
...item,
|
||||
status: value,
|
||||
|
||||
Reference in New Issue
Block a user