Compare commits
No commits in common. "f87ac76b3039aa2d5fa5eb2b5ffad336ee4269a4" and "00c7ff633b39abb01871bbdbfb1913c3177ed18b" have entirely different histories.
f87ac76b30
...
00c7ff633b
|
|
@ -34,11 +34,6 @@
|
|||
<el-input v-model="form.remRemark" type="textarea" style="display:inline-block;width:1000px" :autosize="{ minRows: 3, maxRows: 6 }" disabled />
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-form-item label="文书" class="bt0">
|
||||
<el-button type="primary" @click="downLoadFile">下载</el-button>
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-form-item label="材料列表" class="bt0">
|
||||
<ul style="list-style:none;padding:0;margin:5px">
|
||||
|
|
@ -425,10 +420,6 @@ export default {
|
|||
this.$message.error(res.msg)
|
||||
}
|
||||
})
|
||||
},
|
||||
downLoadFile() {
|
||||
const fileUrl = `${process.env.VUE_APP_BASE_API}/expelled/downloadDoc?attachType=1&bizId=${this.bizId}`
|
||||
window.open(fileUrl)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -147,6 +147,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { downLoadFile } from '@/api/punishment';
|
||||
import { expelledRepairGetBiz } from '@/api/除名公告'
|
||||
import Vue from 'vue'
|
||||
export default {
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
<el-input v-model="form.remRemark" type="textarea" style="display:inline-block;width:1000px" :autosize="{ minRows: 3, maxRows: 6 }" disabled />
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-form-item label="文书" class="bt0">
|
||||
<el-button type="primary" @click="downLoadFile">下载</el-button>
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-form-item label="材料列表" class="bt0">
|
||||
<ul style="list-style:none;padding:0;margin:5px">
|
||||
|
|
@ -416,10 +411,6 @@ export default {
|
|||
showEntbaseList() {
|
||||
this.showEntbase = true
|
||||
},
|
||||
downLoadFile() {
|
||||
const fileUrl = `${process.env.VUE_APP_BASE_API}/expelled/downloadDoc?attachType=1&bizId=${this.bizId}`
|
||||
window.open(fileUrl)
|
||||
},
|
||||
// 移除文件回调
|
||||
removeFile(file) {
|
||||
removeAttachementById(file.id).then(res => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue