zhangjie 1 年之前
父节点
当前提交
87e3ab307c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/modules/exam/components/ApplyContent.vue

+ 2 - 1
src/modules/exam/components/ApplyContent.vue

@@ -14,7 +14,7 @@
       <table class="table mb-2">
       <table class="table mb-2">
         <colgroup>
         <colgroup>
           <col width="100" />
           <col width="100" />
-          <col width="280" />
+          <col width="270" />
           <col />
           <col />
           <col v-if="IS_APPLY" width="80" />
           <col v-if="IS_APPLY" width="80" />
         </colgroup>
         </colgroup>
@@ -908,6 +908,7 @@ export default {
         this.curTaskApply.uuid = pAttachment.uuid || this.$randomCode(32);
         this.curTaskApply.uuid = pAttachment.uuid || this.$randomCode(32);
       } else {
       } else {
         this.curTab = "upload";
         this.curTab = "upload";
+        this.curTaskApply.uuid = this.$randomCode(32);
       }
       }
 
 
       const exposedPaperType = data.exposedPaperType || "";
       const exposedPaperType = data.exposedPaperType || "";