1 2 完成
This commit is contained in:
@@ -255,7 +255,7 @@ export default {
|
||||
this.getDicts("article_site_type").then(response => {
|
||||
this.sitetypeOptions = response.data;
|
||||
});
|
||||
this.getDicts("type").then(response => {
|
||||
this.getDicts("article_type").then(response => {
|
||||
this.typeOptions = response.data;
|
||||
});
|
||||
this.getDicts("is_top").then(response => {
|
||||
|
||||
Reference in New Issue
Block a user