去掉报警
This commit is contained in:
parent
5dab51356d
commit
a1383c9b7a
@ -38,7 +38,7 @@ export default {
|
||||
getContextScoreDetail(id).then(resp => {
|
||||
this.tableData = resp.data.rule ? resp.data.rule.units : [];
|
||||
this.loading = false;
|
||||
}).catch(() => { this.$message.error('初始化数据失败!'); this.loading = false; this.tableData = []; });
|
||||
}).catch(() => { this.loading = false; this.tableData = []; });
|
||||
},
|
||||
handleClose() {
|
||||
this.dialogVisible = false;
|
||||
|
Loading…
Reference in New Issue
Block a user