|
@@ -194,6 +194,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
refresh() {
|
|
refresh() {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
|
+ if(!this.search.orgId ){
|
|
|
|
|
+ this.search.orgId = this.$store.state.user.orgId;
|
|
|
|
|
+ }
|
|
|
this.$refs.searchTable.refresh();
|
|
this.$refs.searchTable.refresh();
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
@@ -239,7 +242,7 @@ export default {
|
|
|
name: null,
|
|
name: null,
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
mounted() {},
|
|
mounted() {},
|