jiajunchen 17 hours ago
parent
commit
095e5d47dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/view/dati/examCheck/fcbkdatistart.vue

+ 1
- 1
src/view/dati/examCheck/fcbkdatistart.vue View File

@@ -261,7 +261,7 @@ const saveChecUser = async () => {
261 261
   };
262 262
   const res = await proxy.$axios.post(url, param);
263 263
     if (res.data.code == '0') {
264
-    await  handData.value = res.data.data;
264
+    handData.value =  res.data.data;
265 265
     } else {
266 266
       showFailToast('操作失败!' + res.data.msg)
267 267
     }

Loading…
Cancel
Save