mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
update
This commit is contained in:
@@ -355,6 +355,7 @@ async function confirm() {
|
|||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
emit('update:taskList', [...props.taskList])
|
emit('update:taskList', [...props.taskList])
|
||||||
closeDrawer()
|
closeDrawer()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3809,9 +3809,10 @@ export default defineComponent({
|
|||||||
state.addLoading = false;
|
state.addLoading = false;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
state.loading = false;
|
state.addLoading = false;
|
||||||
console.log(err);
|
console.log(err);
|
||||||
});
|
});
|
||||||
|
state.addLoading = false;
|
||||||
state.cstm_hs = false;
|
state.cstm_hs = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user