rebuild all

This commit is contained in:
吴红兵
2026-03-02 10:06:48 +08:00
parent c8aaeee298
commit 4167a2a94d
12 changed files with 836 additions and 4 deletions

View File

@@ -316,6 +316,7 @@ const handleRevokeAgent = async () => {
const handleSaveImplementType = async () => {
const id = applyRow.value?.id ?? applyId.value
if (!id) {
useMessage().warning('无法获取申请单ID')
return
@@ -326,6 +327,7 @@ const handleSaveImplementType = async () => {
}
saveTypeSubmitting.value = true
try {
await saveImplementType(id, implementType.value)
useMessage().success('保存成功')
step1Completed.value = true