|
|
@@ -558,9 +558,9 @@ export default {
|
|
|
},
|
|
|
getDeptInfo(type, grade, answerValue) {
|
|
|
this.deptForm.type = type;
|
|
|
- if (grade == '1') {
|
|
|
+ if (grade == 'dq') {
|
|
|
this.deptForm.parentId = this.companyCode;
|
|
|
- } else if (grade == '2') {
|
|
|
+ } else if (grade == 'xsb') {
|
|
|
this.deptForm.parentId = this.regionCode;
|
|
|
} else {
|
|
|
this.deptForm.type = '';
|