perf: endpoint搜索条件的状态增加suspended
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
this.endpointSearchLabel = {};
|
||||
// this.pageObj.pageNo = 1;
|
||||
for (let item in searchObj) {
|
||||
if (searchObj[item]) {
|
||||
if (searchObj[item] || searchObj[item] === 0) {
|
||||
if (item === "endpointState") {
|
||||
this.$set(this.endpointSearchLabel, 'state', searchObj[item]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user