对接设计符合性确认

This commit is contained in:
qq787203167
2022-05-09 15:22:45 +08:00
parent c7a0a8cf9a
commit 4aa2ab96d1
2 changed files with 10 additions and 4 deletions
@@ -184,9 +184,15 @@
},
mounted() {
let _this = this
this.queryTaskDetailByTask(function() {
_this.queryProjectLawsInventoryInfo()
})
if (this.$route.query.taskIds) {
this.queryTaskDetailByTask(function() {
_this.queryProjectLawsInventoryInfo()
})
} else {
this.queryBy.projectLibraryId = this.$route.query.projectLibraryId
this.queryBy.id = this.$route.query.projectTaskInventoryId
this.queryProjectLawsInventoryInfo()
}
},
methods: {
...mapGetters(['userInfo']),