修改bug

This commit is contained in:
zyx.net
2022-08-18 15:38:28 +08:00
parent d479f580dd
commit f5b16e8543
@@ -248,6 +248,7 @@ export default {
handleCancel() {
this.visible = false
this.required = false
this.combineFlag = false
this.$refs.ruleForm.resetFields()
},
certCategoryName(value){
@@ -296,6 +297,7 @@ export default {
this.confirmLoading = true
downloadFile('report/detail/exportNormal', query.exportName+'.zip', query)
this.confirmLoading = false
this.combineFlag = false
this.visible = false
}
})