Kaynağa Gözat

一键重签修改

duy 2 hafta önce
ebeveyn
işleme
27e2367fad

+ 1 - 1
src/api/modules/data-fill/query.js

@@ -159,7 +159,7 @@ export default {
         return HcApi({
             url: '/api/blade-business/task/reSigningEVisaByUserIds',
             method: 'post',
-            body: form,
+            data: form,
         })
     },
     async reSigningEVisaStatus0(form) {

+ 1 - 0
src/views/data-fill/query.vue

@@ -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('请选择用户')