浏览代码

no message

zhujindu 7 月之前
父节点
当前提交
f935c5b707
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/uploadVTask.vue

+ 1 - 1
src/components/uploadVTask.vue

@@ -175,7 +175,7 @@ export default {
       });
       // 允许补填 添加上补填标识
       if (this.allowWriteAgain) {
-        form.isWriteAgain = '1';
+        form.writeAgain = '1';
       }
       addPhotov(form).then((res) => {
         if (res.code == 200) {