|
@@ -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 || "";
|