fix: 客户人员审核

This commit is contained in:
wangzhuo
2025-09-17 21:52:58 +08:00
parent 409597fa7f
commit f3e20ce31a
2 changed files with 16 additions and 12 deletions

View File

@@ -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: "操作失败",