|
|
@@ -159,6 +159,10 @@ export default {
|
|
|
selectDeptBoolean: {
|
|
|
type: Boolean,
|
|
|
default: true
|
|
|
+ },
|
|
|
+ selectDeptBoolean2: {
|
|
|
+ type: Boolean,
|
|
|
+ default: false
|
|
|
}
|
|
|
},
|
|
|
data () {
|
|
|
@@ -172,7 +176,7 @@ export default {
|
|
|
auditerName: '',
|
|
|
firOptions: [],
|
|
|
fushenauditer: '', // 复审人员
|
|
|
- selectDept: this.selectDeptBoolean ? 100000071 : '', // 100000071
|
|
|
+ selectDept: this.selectDeptBoolean2 ? 100000151 : (this.selectDeptBoolean ? 100000071 : ''),
|
|
|
|
|
|
allorgunitOptions: [],
|
|
|
auditform: {
|
|
|
@@ -206,7 +210,7 @@ export default {
|
|
|
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
+ created () {
|
|
|
console.log('SDFJLSDFSD')
|
|
|
console.log(this.eveId, 'eveId')
|
|
|
this.getFirAuditerByDept()
|