|
@@ -301,7 +301,7 @@
|
|
|
add () {
|
|
|
// this.$refs.workClientForm.init('add', '')
|
|
|
// this.$refs.reportManagementTaskForm.init('add', '')
|
|
|
- this.$refs.reportManagementForm.init('add', '')
|
|
|
+ this.$refs.reportManagementForm.init('add', '', '')
|
|
|
},
|
|
|
// 修改
|
|
|
edit (id) {
|
|
@@ -310,13 +310,13 @@
|
|
|
})[0]
|
|
|
// this.$refs.workClientForm.init('edit', id)
|
|
|
// this.$refs.reportManagementTaskForm.init('edit', id)
|
|
|
- this.$refs.reportManagementForm.init('edit', id)
|
|
|
+ this.$refs.reportManagementForm.init('edit', id, '')
|
|
|
},
|
|
|
// 查看
|
|
|
view (id) {
|
|
|
// this.$refs.workClientForm.init('view', id)
|
|
|
// this.$refs.reportManagementTaskForm.init('view', id)
|
|
|
- this.$refs.reportManagementForm.init('view', id)
|
|
|
+ this.$refs.reportManagementForm.init('view', id, '报告审核单下载')
|
|
|
},
|
|
|
// 查询当前用户是否是管理员用户
|
|
|
checkIsAdmin () {
|