yfh 1 месяц назад
Родитель
Сommit
df21ce2a83
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/his/company/index.vue

+ 1 - 2
src/views/his/company/index.vue

@@ -954,8 +954,7 @@ export default {
       this.maAppList = []
       this.maAppList = []
       this.miniAppList = []
       this.miniAppList = []
       this.customAppList = []
       this.customAppList = []
-      const key = 'courseMa.config'
-      listAll(key).then(response => {
+      listAll().then(response => {
         const { code, data } = response
         const { code, data } = response
         if (code === 200) {
         if (code === 200) {
           if (data) {
           if (data) {