策略名称默认时间戳、系统名称修改、监控看板详情列表条件
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user