装备配置率配置问题修改
This commit is contained in:
parent
e19122314f
commit
8781d9b45b
|
|
@ -911,7 +911,7 @@ import EquAnalysis from '@/views/EquipmentLedger/components/EquAnalysis'
|
|||
|
||||
export default {
|
||||
name: 'EquipmentLedger',
|
||||
dicts: ['user_year_type'],
|
||||
dicts: ['user_year_type'],
|
||||
components: { AddEquip, QrcodeGenerator, EquAnalysis },
|
||||
data() {
|
||||
return {
|
||||
|
|
@ -1255,7 +1255,7 @@ export default {
|
|||
this.queryParams.propertyUnitId = undefined
|
||||
this.$refs.queryForm.resetFields()
|
||||
this.queryParams.pageNum = 1
|
||||
this.getDeviceList()
|
||||
//this.getDeviceList()
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -186,11 +186,11 @@ export default {
|
|||
},
|
||||
// 查看
|
||||
handleView(row) {
|
||||
this.$router.push({ path: '/business/outbound/details', query: { id: row.id, isView: true } })
|
||||
this.$router.push({ path: '/all/business/outbound/details', query: { id: row.id, isView: true } })
|
||||
},
|
||||
// 审核
|
||||
handleApprove(row) {
|
||||
this.$router.push({ path: '/business/outbound/details', query: { id: row.id } })
|
||||
this.$router.push({ path: '/all/business/outbound/details', query: { id: row.id } })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue