Selaa lähdekoodia

Merge branch 'http_mock' into bug_fix

qinzhipeng_v 5 vuotta sitten
vanhempi
sitoutus
29999703dd

+ 1 - 1
src/views/Platform/setUp/systemSetup/modulePage.vue

@@ -134,7 +134,7 @@ export default {
       platData1: [],
       platType: {},
       deleteData: {},
-      moduletData: {},
+      moduletData: [],
       addModuleData: {},
       currentBizData: [],
       tableKey: 0,

+ 1 - 1
src/views/Platform/setUp/systemSetup/platformPage.vue

@@ -133,7 +133,7 @@ export default {
         platName: '',
         bizId: ''
       },
-      platData: {},
+      platData: [],
       deleteData: {},
       addPlatForm: {},
       currentBizData: [],