提交代码

dev_xd
姜玉琦 2025-08-20 09:47:48 +08:00
parent aef62e391c
commit b4ed1ba58a
1 changed files with 10 additions and 0 deletions

View File

@ -1732,6 +1732,16 @@ Page({
return false;
}
let that = this;
//弹出确认
wx.showModal({
title: '提示',
content: '是否确认保存参建人员信息登记?',
success: function (sm) {
if (sm.confirm) {
that.submitSubUserForm();
}
}
})
},
/**