This commit is contained in:
parent
d7d0939b62
commit
b05024ab9f
|
|
@ -295,9 +295,9 @@ export default {
|
|||
}
|
||||
await submitRetireApplyTaskAPI(submitData)
|
||||
this.$message.success('申请提交成功')
|
||||
this.$router.push('/equipment/retire-apply/index')
|
||||
this.$router.push('/business/EquipmentRetireApply/equipment/retire-apply')
|
||||
} catch (error) {
|
||||
this.$message.error('提交失败')
|
||||
console.log('🚀 ~ error:', error)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ export default {
|
|||
},
|
||||
// 新增
|
||||
handleAdd() {
|
||||
this.$router.push({ path: '/business/addApply',query: {isEdit: true } })
|
||||
this.$router.push({ path: '/business/addApply'})
|
||||
},
|
||||
// 查看
|
||||
handleView(row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue