This commit is contained in:
fan 2024-03-04 16:55:43 +08:00
commit 0444ef9c46

View File

@ -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;