分配客户

This commit is contained in:
老叶
2021-07-22 11:51:03 +08:00
parent a9433bb91b
commit a06e894186
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -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({
+1 -1
View File
@@ -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>