This commit is contained in:
xiaoyu
2025-03-17 19:30:42 +08:00
parent 34ccbe0de4
commit e49d80b007
+1
View File
@@ -315,6 +315,7 @@
$.get('autohome/customer/push_search', paramsObj, function (response) {
if (response.code == 1) {
layer.msg('上传成功:'+ response.data.succ+' '+'上传失败:' + response.data.fail+' '+'未处理:' + response.data.undo);
window.location.reload();
}
});
}