@@ -106,7 +106,9 @@ export default {
},
mounted() {
+ this.filter.belongOrgId = this.$ls.get("orgId", "");
this.filter.examId = this.examId;
+ this.toPage(1);
methods: {
async getList() {
@@ -138,7 +138,7 @@ export default {
this.modalIsShow = true;
visibleChange() {
- this.filter.orgId = this.rowData.orgId;
+ this.filter.orgId = this.$ls.get("orgId", "");
this.filter.cultureProgramId = this.rowData.id;
this.toPage(1);
this.$nextTick(() => {