remove 删除无用代码

This commit is contained in:
gssong 2025-05-27 22:23:18 +08:00
parent 1878f49e8d
commit fd30362267

View File

@ -281,15 +281,6 @@ const submitCallback = async () => {
const approvalVerifyOpen = async () => { const approvalVerifyOpen = async () => {
submitVerifyRef.value.openDialog(routeParams.value.taskId); submitVerifyRef.value.openDialog(routeParams.value.taskId);
}; };
//
const submitButtonShow = computed(() => {
return (
routeParams.value.type === 'add' ||
(routeParams.value.type === 'update' &&
form.value.status &&
(form.value.status === 'draft' || form.value.status === 'cancel' || form.value.status === 'back'))
);
});
onMounted(() => { onMounted(() => {
nextTick(async () => { nextTick(async () => {