Merge branch 'main' of http://47.112.118.149:10082/xgxt_sd/zhxg_pc
This commit is contained in:
@@ -250,7 +250,7 @@
|
|||||||
methods: {
|
methods: {
|
||||||
downloadFile(row) {
|
downloadFile(row) {
|
||||||
console.log(row)
|
console.log(row)
|
||||||
this.$download.zip('/runtine/ClassMettingTheme/downloadFile/' + row.cmNo, row.cmTitle + '.zip')
|
this.$download.zip('/runtine/ClassMettingTheme/downloadXwFile/' + row.cmNo, row.cmTitle + '.zip')
|
||||||
},
|
},
|
||||||
doExport(row){
|
doExport(row){
|
||||||
this.download('runtine/ClassMettingTheme/exportXwSubmit/'+row.cmNo, {
|
this.download('runtine/ClassMettingTheme/exportXwSubmit/'+row.cmNo, {
|
||||||
|
|||||||
@@ -607,10 +607,6 @@ export default {
|
|||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
// ... existing code ...
|
|
||||||
resetAddForm() {
|
resetAddForm() {
|
||||||
this.addForm = {
|
this.addForm = {
|
||||||
zzmm: '',
|
zzmm: '',
|
||||||
@@ -623,6 +619,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.addForm-input {
|
.addForm-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user