@@ -111,6 +115,7 @@
data() {
return {
formInline: {},
+ isPersonnel: false,
reviewResult: {
'launch': this.$t('Launch'),
'Compliance': this.$t('accord'),
@@ -171,7 +176,6 @@
if (this.queryBy.disposeResult == 'To be tracked' || this.queryBy.disposeResult == 'Non-Compliance') {
this.isAdopt = true
}
- console.log(this.isAdopt)
},
methods: {
submit(callBack) {
@@ -181,11 +185,16 @@
}
})
},
+ PersonnelSelectionClick() {
+ this.$refs.SelectedByRef.getPush()
+ },
reviewResultChange(value) {
if (value.target.value == 'Transfer') {
- this.$refs.SelectedByRef.getPush()
+ this.isPersonnel = true
+ // this.$refs.SelectedByRef.getPush()
} else {
this.$refs.SelectedByRef.visible = false
+ this.isPersonnel = false
this.formInline.secondChargePersonUserId = ''
this.formInline.dezrrSubmitUserName = ''
this.formInline.dezrrSubmitUserId = ''