|
@@ -138,7 +138,7 @@ export default {
|
|
this.modalIsShow = true;
|
|
this.modalIsShow = true;
|
|
},
|
|
},
|
|
visibleChange() {
|
|
visibleChange() {
|
|
- this.filter.orgId = this.rowData.orgId;
|
|
|
|
|
|
+ this.filter.orgId = this.$ls.get("orgId", "");
|
|
this.filter.cultureProgramId = this.rowData.id;
|
|
this.filter.cultureProgramId = this.rowData.id;
|
|
this.toPage(1);
|
|
this.toPage(1);
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|