zhuxinbo 5 سال پیش
والد
کامیت
49cca74396
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/modules/advertiser/modules/AdvertiserModal.vue

+ 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
           }
         })
       },