|
|
@@ -268,7 +268,7 @@ export default { |
|
|
pageTotal: 0, |
|
|
pageTotal: 0, |
|
|
opDetailPage: { |
|
|
opDetailPage: { |
|
|
offset: 0, |
|
|
offset: 0, |
|
|
limit: 20, |
|
|
|
|
|
|
|
|
limit: 8, |
|
|
}, |
|
|
}, |
|
|
op_filter_condition: {}, |
|
|
op_filter_condition: {}, |
|
|
op_sort_condition: { |
|
|
op_sort_condition: { |
|
|
@@ -626,6 +626,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.opAllTypeList.op_filter_condition = {}; |
|
|
this.opAllTypeList.op_filter_condition = {}; |
|
|
} |
|
|
} |
|
|
|
|
|
this.opAllTypeList.opDetailPage.offset = 0; |
|
|
this.getCoreDetailList(this.opAllTypeList, false); |
|
|
this.getCoreDetailList(this.opAllTypeList, false); |
|
|
} else { |
|
|
} else { |
|
|
this.op_filter_condition = {}; |
|
|
this.op_filter_condition = {}; |
|
|
@@ -658,6 +659,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.opCpuList.op_filter_condition = {}; |
|
|
this.opCpuList.op_filter_condition = {}; |
|
|
} |
|
|
} |
|
|
|
|
|
this.opCpuList.opDetailPage.offset = 0; |
|
|
this.getCpuList(false); |
|
|
this.getCpuList(false); |
|
|
}, |
|
|
}, |
|
|
/** |
|
|
/** |
|
|
|