修改已知问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user