对接设计符合性确认
This commit is contained in:
@@ -614,7 +614,7 @@ module.exports = {
|
|||||||
certificationProgramInformation: '认证计划信息',
|
certificationProgramInformation: '认证计划信息',
|
||||||
taskReleaseStatus: '认证发布状态',
|
taskReleaseStatus: '认证发布状态',
|
||||||
task: '任务',
|
task: '任务',
|
||||||
TaskCutOffTime: '任务截止时间',
|
TaskCutOffTime: '截止时间',
|
||||||
Transfer: '调取',
|
Transfer: '调取',
|
||||||
CertificationDirectory: '认证目录',
|
CertificationDirectory: '认证目录',
|
||||||
TaskRequirements: '任务要求',
|
TaskRequirements: '任务要求',
|
||||||
|
|||||||
@@ -184,9 +184,15 @@
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
let _this = this
|
let _this = this
|
||||||
this.queryTaskDetailByTask(function() {
|
if (this.$route.query.taskIds) {
|
||||||
_this.queryProjectLawsInventoryInfo()
|
this.queryTaskDetailByTask(function() {
|
||||||
})
|
_this.queryProjectLawsInventoryInfo()
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.queryBy.projectLibraryId = this.$route.query.projectLibraryId
|
||||||
|
this.queryBy.id = this.$route.query.projectTaskInventoryId
|
||||||
|
this.queryProjectLawsInventoryInfo()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapGetters(['userInfo']),
|
...mapGetters(['userInfo']),
|
||||||
|
|||||||
Reference in New Issue
Block a user