添加页面及完善二级页面
This commit is contained in:
@@ -74,7 +74,19 @@ Page({
|
||||
});
|
||||
});
|
||||
},
|
||||
onOrderEdit(e: any) {
|
||||
const data = getDataSet(e);
|
||||
const index = data.index;
|
||||
|
||||
wx.navigateTo({
|
||||
url: '/pages/base/customer/edit/edit',
|
||||
success: (res) => {
|
||||
res.eventChannel.emit('customerEdit', {
|
||||
data: index == -1 ? { crm_type: 1 } : this.data.list[index],
|
||||
});
|
||||
},
|
||||
});
|
||||
},
|
||||
onOrderDel(e: any) {
|
||||
const data = getDataSet(e);
|
||||
const index = data.index;
|
||||
|
||||
Reference in New Issue
Block a user