duy пре 2 недеља
родитељ
комит
27e2367fad
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      src/api/modules/data-fill/query.js
  2. 1 0
      src/views/data-fill/query.vue

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