|
@@ -551,16 +551,15 @@ export default {
|
|
|
},
|
|
|
selectDialogProject(id, district) {
|
|
|
let { ccode, level } = district;
|
|
|
- if (ccode && level) {
|
|
|
- this.currentDialogCcode = ccode;
|
|
|
- this.currentDialogLevel = level;
|
|
|
- this.fetchExceptionNum(
|
|
|
- this.currentSysId,
|
|
|
- this.currentDialogTab,
|
|
|
- ccode,
|
|
|
- level
|
|
|
- );
|
|
|
- }
|
|
|
+ this.currentDialogCcode = ccode;
|
|
|
+ this.currentDialogLevel = level;
|
|
|
+ this.fetchExceptionNum(
|
|
|
+ this.currentSysId,
|
|
|
+ this.currentDialogTab,
|
|
|
+ ccode,
|
|
|
+ level
|
|
|
+ );
|
|
|
+
|
|
|
},
|
|
|
tabChange(tab) {
|
|
|
this.currentDialogTab = tab.id;
|