feature (数据监控):查询teemlink库中的异常数据比率
This commit is contained in:
parent
ad2b7222ac
commit
6bf3f519c7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user