@@ -159,7 +159,7 @@ export default {
return HcApi({
url: '/api/blade-business/task/reSigningEVisaByUserIds',
method: 'post',
- body: form,
+ data: form,
})
},
async reSigningEVisaStatus0(form) {
@@ -1450,6 +1450,7 @@ const signClick1 = async () => {
//获取任务id
const ids = arrToId(rows)
+
if (resignModalRadio1.value === 1) {
if (checkTaskUserIds.value.length === 0) {
return window.$message?.warning('请选择用户')