浏览代码

用户充值比例接口调整

wt 3 年之前
父节点
当前提交
4432d19844
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/api/recharge/personnel.js
  2. 1 1
      src/views/system/product/index.vue

+ 2 - 2
src/api/recharge/personnel.js

@@ -42,8 +42,8 @@ export function personJob(params) {
 // 批量处理充值到账比例
 export function staff(data) {
     return request({
-        url: '/dxtop/staff/',
-        method: 'post',
+        url: '/dxtop/staff/addList',
+        method: 'put',
         data: data
     })
 }

+ 1 - 1
src/views/system/product/index.vue

@@ -7,7 +7,7 @@
           placeholder="请输入公司名称"
           clearable
           size="small"
-          style="width: 240px"
+          style="width: 140px"
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>