bug修改
This commit is contained in:
@@ -213,6 +213,11 @@ export default {
|
||||
console.log('导出参数', param)
|
||||
downloadFile(this.url.exportXlsUrl, fileName + '.zip', param)
|
||||
},
|
||||
handleAdd() {
|
||||
this.$refs.modalForm.add()
|
||||
this.$refs.modalForm.title = '上传文件'
|
||||
this.$refs.modalForm.disableSubmit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user