Merge branches 'master-500-dev' and 'wangfeng-500-dev' of http://113.200.75.45:8…
…2/monitor_v3/hg-monitor-web into wangfeng-500-dev Conflicts: hg-monitor-web-qh/src/main/resources/static/vue3/src/views/documentationManagement/vulnerability.js
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | :showSelection="false" | 38 | :showSelection="false" |
39 | :showTools="true" | 39 | :showTools="true" |
40 | :total="queryParams.count" | 40 | :total="queryParams.count" |
41 | - @loaddata="loaddata"> | 41 | + @loaddata="getVulnerabilityList"> |
42 | <template #default="{row,prop,column}"> | 42 | <template #default="{row,prop,column}"> |
43 | <el-popover placement="right" :width="700" trigger="click" :offset="prop=='remark'?-600:0"> | 43 | <el-popover placement="right" :width="700" trigger="click" :offset="prop=='remark'?-600:0"> |
44 | <template #reference> | 44 | <template #reference> |
-
Please register or login to post a comment