fix: 客户人员审核
This commit is contained in:
@@ -612,12 +612,11 @@ let submitForm = async () => {
|
||||
uni.showToast({
|
||||
title: "更新成功"
|
||||
})
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit("refreshCusUserList");
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack();
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit("refreshCusUserList");
|
||||
},1000);
|
||||
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: "操作失败",
|
||||
|
||||
Reference in New Issue
Block a user