Sfoglia il codice sorgente

签到管理 内容配置 筛选全部资源平台

DESKTOP-O04BTUJ\muzen 2 anni fa
parent
commit
f8df81e0a7

+ 1 - 0
src/views/registration/content/detail.vue

@@ -135,6 +135,7 @@ export default {
     }
     }
   },
   },
   mounted() {
   mounted() {
+    this.getPlatform({})
     if (this.$route.query.id) {
     if (this.$route.query.id) {
       this.form.id = this.$route.query.id
       this.form.id = this.$route.query.id
       this.disabled = Boolean(this.$route.query.disabled)
       this.disabled = Boolean(this.$route.query.disabled)

+ 1 - 0
src/views/registration/content/index.vue

@@ -117,6 +117,7 @@ export default {
   },
   },
   mounted() {
   mounted() {
     this.getList()
     this.getList()
+    this.getPlatform({})
   },
   },
   methods: {
   methods: {
     // 列表
     // 列表