分配客户
This commit is contained in:
@@ -151,7 +151,7 @@ Page({
|
||||
})
|
||||
let params = {};
|
||||
params['ids'] = that.data.ids;
|
||||
params['dmin_id'] = that.data.dmin_id;
|
||||
params['admin_id'] = that.data.admin_id;
|
||||
_.apiQuery.putAppCustomersAdmins(params).then(res => {
|
||||
|
||||
wx.showToast({
|
||||
@@ -160,9 +160,10 @@ Page({
|
||||
duration: 2000
|
||||
})
|
||||
that.setData({
|
||||
submitFlag: false,
|
||||
isShowEmployees:false,
|
||||
submitFlag:false,
|
||||
})
|
||||
that.getAppCustomersList()
|
||||
that.onPullDownRefresh()
|
||||
|
||||
}).catch(res=>{
|
||||
that.setData({
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<view class="mt10 pl30 pr30">
|
||||
|
||||
<checkbox-group bindchange="checkboxChange">
|
||||
<block wx:for='{{list}}' wx:key='index' wx:key="{{item.id}}">
|
||||
<block wx:for='{{list}}' wx:key='index' wx:key="index">
|
||||
<label class="block inner40 relative ulib-r10 box-shadow-000-10-10 mb30 overflowhidden">
|
||||
<view class="relative pr180">
|
||||
<view class="font-32">{{item.name}}</view>
|
||||
|
||||
Reference in New Issue
Block a user