|
@@ -192,7 +192,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.naueactive = this.$route.query.setrd - 0 - 1;
|
|
this.naueactive = this.$route.query.setrd - 0 - 1;
|
|
}
|
|
}
|
|
- this.tabIndex = this.$route.query.tabIndex-0
|
|
|
|
|
|
+ this.tabIndex = this.$route.query.tabIndex-0 || 0
|
|
this.getList();
|
|
this.getList();
|
|
this.getDicts("sys_yes_no").then((response) => {
|
|
this.getDicts("sys_yes_no").then((response) => {
|
|
this.typeOptions = response.data;
|
|
this.typeOptions = response.data;
|