Commit 3ada3469 authored by wangxl's avatar wangxl

ee

parent 00eed043
......@@ -71,7 +71,7 @@ import projectView from '@/views/report/project/components/projectView'
export default {
name: "projectAudit",
components: {
projectView, audit, taskFileInfo, batchAudit
projectView, audit, batchAudit
},
data () {
return {
......@@ -133,7 +133,6 @@ export default {
description: '',
id: null,
objectId: null,
taskFileInfoView: false,
selectProjId: null,
};
},
......@@ -252,7 +251,6 @@ export default {
this.visibleAudit = true
} else if (type === 'taskView') {
this.selectProjId = record.projId
this.taskFileInfoView = true
}
},
callback (key) {
......@@ -266,9 +264,6 @@ export default {
onDisabled (value) {
this.disabledSubmit = value
},
closeTaskFileInfoWindow () {
this.taskFileInfoView = true
},
exportData () {
let column = [
{ 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