This commit is contained in:
2025-10-22 10:01:49 +08:00
2 changed files with 11 additions and 14 deletions

View File

@@ -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, {

View File

@@ -607,21 +607,18 @@ export default {
this.getList() this.getList()
} }
}, },
}, resetAddForm() {
this.addForm = {
zzmm: '',
// ... existing code ... classPost: '',
resetAddForm() { goodHis: '',
this.addForm = { mainHis: '',
zzmm: '', bornTime: '',
classPost: '', material: null
goodHis: '', }
mainHis: '',
bornTime: '',
material: null
} }
}
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>