Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+1
-4
@@ -374,18 +374,15 @@ export default {
|
||||
});
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.searchSarAccess();
|
||||
},
|
||||
mounted() {
|
||||
// 分页查询数据
|
||||
this.searchSarAccess();
|
||||
// 从数据库中查询各下拉框数据
|
||||
this.$http.get("sys/dictype/getDicTypeListCode", "", {
|
||||
_this: this
|
||||
}, res => {
|
||||
this.countryOptions = res.data.COUNTRY;
|
||||
this.setMap(this.countryOptions);
|
||||
this.searchSarAccess();
|
||||
}, e => {
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user