修改已知问题

This commit is contained in:
qq787203167
2022-05-25 15:49:09 +08:00
parent eb7d4b1b85
commit 6ed55e0fa3
5 changed files with 24 additions and 13 deletions
@@ -149,6 +149,7 @@
}
},
mounted() {
this.formInline.approvalOpinion = ''
},
methods: {
clickButtonToUpload(item) {
@@ -192,7 +193,10 @@
callBack(this.formInline)
}
})
}
},
submitNoRule(callBack) {
callBack(this.formInline)
},
}
}
</script>
@@ -225,6 +225,7 @@
}
},
mounted() {
this.formInline.approvalOpinion = ''
this.$route.query.isDisplay = JSON.parse(this.$route.query.isDisplay)
if (this.queryBy && this.$route.query.TaskKey == 'fqrsh') {
this.formInline.reviewResult = this.queryBy.reviewResult || undefined