NEZ-744 fix:project topo 图中各个module 的图标颜色实现 与 module 异常信息关联
This commit is contained in:
@@ -208,7 +208,7 @@ export default {
|
||||
delete this.searchLabel.startAt
|
||||
delete this.searchLabel.endAt
|
||||
}
|
||||
this.$get(this.url + '?state=' + this.state, { ...this.searchLabel }).then(response => {
|
||||
this.$get(this.url, { state: this.state, ...this.searchLabel }).then(response => {
|
||||
this.tools.loading = false
|
||||
if (response.code == 200) {
|
||||
this.nowTime = this.utcTimeToTimezoneStr(response.time)
|
||||
|
||||
Reference in New Issue
Block a user