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