|
|
@@ -17,7 +17,7 @@
|
|
|
<template slot-scope="{row}">
|
|
|
<ibps-user-selector
|
|
|
:value="row.bianZhiBuMen"
|
|
|
- type="position"
|
|
|
+ type="org"
|
|
|
readonly-text="text"
|
|
|
:disabled="true"
|
|
|
:multiple="true"
|
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
// 查看表单
|
|
|
goLookForm (row) {
|
|
|
const first = this.$store.getters.level.first
|
|
|
- this.srcUrl = this.$reportPath.replace('show', 'pdf') + '设备/设备停用报废表.rpx&id_=' + row.id + '&org_=' + first
|
|
|
+ this.srcUrl = this.$reportPath.replace('show', 'pdf') + '仪器设备管理程序/设备停用报废表.rpx&id_=' + row.id + '&org_=' + first
|
|
|
this.iframeVisible = true
|
|
|
},
|
|
|
async getData () {
|