This commit is contained in:
bb_pan 2026-01-05 21:31:48 +08:00
parent d7d0939b62
commit b05024ab9f
2 changed files with 3 additions and 3 deletions

View File

@ -295,9 +295,9 @@ export default {
} }
await submitRetireApplyTaskAPI(submitData) await submitRetireApplyTaskAPI(submitData)
this.$message.success('申请提交成功') this.$message.success('申请提交成功')
this.$router.push('/equipment/retire-apply/index') this.$router.push('/business/EquipmentRetireApply/equipment/retire-apply')
} catch (error) { } catch (error) {
this.$message.error('提交失败') console.log('🚀 ~ error:', error)
} }
}, },

View File

@ -219,7 +219,7 @@ export default {
}, },
// //
handleAdd() { handleAdd() {
this.$router.push({ path: '/business/addApply',query: {isEdit: true } }) this.$router.push({ path: '/business/addApply'})
}, },
// //
handleView(row) { handleView(row) {