Compare commits
No commits in common. "3c6f16c7c210bd232e7785645b4e25dc5976ed64" and "7d45dd8a302b4c83d3742ca886c8e256aba88126" have entirely different histories.
3c6f16c7c2
...
7d45dd8a30
|
|
@ -92,12 +92,6 @@
|
||||||
{{ detailInfo?.repairInfo?.remark || '' }}
|
{{ detailInfo?.repairInfo?.remark || '' }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th>文书</th>
|
|
||||||
<td>
|
|
||||||
<el-button type="primary" @click="downLoadFile">下载</el-button>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -147,9 +141,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { downLoadFile } from '@/api/punishment';
|
|
||||||
import { expelledRepairGetBiz } from '@/api/除名公告'
|
import { expelledRepairGetBiz } from '@/api/除名公告'
|
||||||
import Vue from 'vue'
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
@ -198,10 +190,6 @@ export default {
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
|
||||||
downLoadFile() {
|
|
||||||
const fileUrl = `${process.env.VUE_APP_BASE_API}/expelled/downloadDoc?attachType=1&bizId=${this.bizId}`
|
|
||||||
window.open(fileUrl)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue