feature (数据监控):查询teemlink库中的异常数据比率

This commit is contained in:
purple 2020-07-24 18:48:40 +08:00
parent ad2b7222ac
commit 6bf3f519c7

View File

@ -167,7 +167,9 @@ export default {
/** 统计 */
handleStat(row) {
this.reset();
this.loading = true;
get(row.tableDbName, row.columnDbName).then(response => {
this.loading = false;
if(response.data.count === response.data.validCount) {
row.stat = '无';
return;