1 2 完成

This commit is contained in:
clay
2022-01-06 22:57:08 +08:00
parent e1e6a1cde3
commit a07de6ff90
7 changed files with 822 additions and 30 deletions

View File

@@ -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 => {