Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
0444ef9c46
@ -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