fix:删除无用代码

This commit is contained in:
zhangyu
2022-05-24 15:05:57 +08:00
parent f14d2a5bb8
commit 1f8c93a703

View File

@@ -528,13 +528,6 @@ export default {
},
formatNum (num) {
return num > 9 ? num : '0' + num
},
exportHtml () {
this.$emit('export', this.exportHtmlType)
},
closeExportHtml () {
this.exportHtmlType = 'PDF'
this.$emit('closeExportBox')
}
},
watch: {