去掉报警

This commit is contained in:
joylink_zhaoerwei 2024-03-04 16:44:33 +08:00
parent 5dab51356d
commit a1383c9b7a

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;