Commit 3ada3469 authored by wangxl's avatar wangxl

ee

parent 00eed043
...@@ -71,7 +71,7 @@ import projectView from '@/views/report/project/components/projectView' ...@@ -71,7 +71,7 @@ import projectView from '@/views/report/project/components/projectView'
export default { export default {
name: "projectAudit", name: "projectAudit",
components: { components: {
projectView, audit, taskFileInfo, batchAudit projectView, audit, batchAudit
}, },
data () { data () {
return { return {
...@@ -133,7 +133,6 @@ export default { ...@@ -133,7 +133,6 @@ export default {
description: '', description: '',
id: null, id: null,
objectId: null, objectId: null,
taskFileInfoView: false,
selectProjId: null, selectProjId: null,
}; };
}, },
...@@ -252,7 +251,6 @@ export default { ...@@ -252,7 +251,6 @@ export default {
this.visibleAudit = true this.visibleAudit = true
} else if (type === 'taskView') { } else if (type === 'taskView') {
this.selectProjId = record.projId this.selectProjId = record.projId
this.taskFileInfoView = true
} }
}, },
callback (key) { callback (key) {
...@@ -266,9 +264,6 @@ export default { ...@@ -266,9 +264,6 @@ export default {
onDisabled (value) { onDisabled (value) {
this.disabledSubmit = value this.disabledSubmit = value
}, },
closeTaskFileInfoWindow () {
this.taskFileInfoView = true
},
exportData () { exportData () {
let column = [ let column = [
{ title: "项目名称", dataIndex: 'projName' }, { title: "项目名称", dataIndex: 'projName' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment