|
|
@ -442,7 +442,7 @@ const handleRefused = async (id: number) => { |
|
|
|
} |
|
|
|
|
|
|
|
/** 审批通过按钮操作 */ |
|
|
|
const handleAgree = async (id: number) => {. |
|
|
|
const handleAgree = async (id: number) => { |
|
|
|
try{ |
|
|
|
await message.confirm(t('common.confirmAgree')) |
|
|
|
tableObject.loading = true |
|
|
|