装备配置率配置问题修改
This commit is contained in:
parent
e19122314f
commit
8781d9b45b
|
|
@ -1255,7 +1255,7 @@ export default {
|
||||||
this.queryParams.propertyUnitId = undefined
|
this.queryParams.propertyUnitId = undefined
|
||||||
this.$refs.queryForm.resetFields()
|
this.$refs.queryForm.resetFields()
|
||||||
this.queryParams.pageNum = 1
|
this.queryParams.pageNum = 1
|
||||||
this.getDeviceList()
|
//this.getDeviceList()
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -186,11 +186,11 @@ export default {
|
||||||
},
|
},
|
||||||
// 查看
|
// 查看
|
||||||
handleView(row) {
|
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) {
|
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