Browse Source

修改展示页面

syh 5 years ago
parent
commit
7a85e890d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules/bytedance/model/InternalModel.vue

+ 2 - 2
src/views/modules/bytedance/model/InternalModel.vue

@@ -12,7 +12,7 @@
             optionFilterProp="children"
             style="width: 200px"
           >
-            <a-select-option v-for="user in userList" :key="user.accountId" :value="user.accountId">{{user.authName}}</a-select-option>
+            <a-select-option v-for="user in userList" :key="user.id" :value="user.id">{{user.accountName}}</a-select-option>
           </a-select>
       </a-form-item>
 
@@ -373,7 +373,7 @@
         form: this.$form.createForm(this),
         url: {
           urllist: '/ctop/bytedanceUrlInfo/list',
-          userAllocationList:'/template/allocation/list',
+          userAllocationList:'/template/bind/login/list',
           dictListUrl: 'toutiao/dictitem/list',
           insertUrl: 'test/create',
           convertList:'template/convert/list/url'