|
|
@@ -99,7 +99,8 @@ export default {
|
|
|
ruleListForOrg({ orgType: this.orgType }).then((r) => {
|
|
|
this.ruleList = r.data;
|
|
|
if (r.data && r.data.length > 0) {
|
|
|
- this.search.ruleId = r.data[0].id;
|
|
|
+ this.search.ruleId = r.data[0].id;
|
|
|
+ this.$refs.st.search();
|
|
|
}
|
|
|
});
|
|
|
},
|