@@ -72,7 +72,7 @@ export const patentDetails = {
this.$api.refreshPatent(params).then(response=>{
if(response.code == 200){
this.$message.success('数据刷新成功')
- // this.loading = false
+ this.loading = false
if(value == 5){
this.refreshData()
}