|
@@ -383,7 +383,7 @@
|
|
|
<div class="add_info_box">
|
|
|
<button class="info_btn" @click="addImg($event)">
|
|
|
添加文件
|
|
|
- <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, 0)
|
|
|
+ <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, itemTaskIndex)
|
|
|
" />
|
|
|
</button>
|
|
|
<!-- <button class="info_btn" @click="addImg($event)">
|
|
@@ -825,7 +825,7 @@
|
|
|
<div class="add_info_box">
|
|
|
<button class="info_btn" @click="addImg($event)">
|
|
|
添加文件
|
|
|
- <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, 0)
|
|
|
+ <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, itemTaskIndex)
|
|
|
" />
|
|
|
</button>
|
|
|
<!-- <button class="info_btn" @click="addImg($event)">
|