策略名称默认时间戳、系统名称修改、监控看板详情列表条件

This commit is contained in:
康冉冉
2025-11-26 18:35:23 +08:00
parent ff6f4ca869
commit 4995e08eb9
15 changed files with 63 additions and 22 deletions
@@ -337,9 +337,10 @@
}
},
getList(val) {
this.queryParams = Object.assign({}, this.queryParams, val);
if (this.reserveForm && (this.reserveForm.resourceType === '1' || this.reserveForm.resourceType === '3')) {
this.$modal.loading();
getBandWidthList(Object.assign({}, this.queryParams, val)).then(response => {
getBandWidthList(this.queryParams).then(response => {
this.roleList = response.rows;
this.queryParams.total = response.total;
this.$modal.closeLoading();
@@ -348,7 +349,7 @@
});
} else if (this.reserveForm.resourceType === '2') {
this.$modal.loading();
getSwitchInfoList(Object.assign({}, this.queryParams, val)).then(response => {
getSwitchInfoList(this.queryParams).then(response => {
this.roleList = response.rows;
this.queryParams.total = response.total;
this.$modal.closeLoading();