zhuxinbo před 5 roky
rodič
revize
49cca74396

+ 1 - 1
src/views/modules/advertiser/modules/AdvertiserModal.vue

@@ -167,7 +167,7 @@
         getAction('/ctop/agentInfo/list', '').then(res => {
           console.log(res)
           if (res.success) {
-            this.optionsTwo = res.result.record
+            this.optionsTwo = res.result.records
           }
         })
       },