Commit ebea4424 authored by 袁玲利's avatar 袁玲利

Merge remote-tracking branch 'origin/V1.6.9_feature' into develop

parents 8b5c5389 c0be8f53
......@@ -571,6 +571,12 @@ export default {
},
// 代扣状态查询
async signStatusQuery() {
let loading = Toast.loading({
message: "加载中...",
forbidClick: true,
loadingType: "spinner",
duration: 0,
});
$.ajax({
url: gHost + "/bank-wechat/bohai/comprehensive/signStatusQuery",
type: "POST",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment