|
@@ -281,6 +281,7 @@ export default {
|
|
|
*/
|
|
|
changeCurSystem(val) {
|
|
|
console.log("val", val);
|
|
|
+ this.curPage = 1;
|
|
|
this.getEquipmentOfSystem();
|
|
|
},
|
|
|
/**
|
|
@@ -380,6 +381,7 @@ export default {
|
|
|
*/
|
|
|
showEquipmentStatus(row, column, e) {
|
|
|
setTimeout(() => {
|
|
|
+ this.hisCurPage = 1;
|
|
|
if (this.showDetail || this.showAccessory) {
|
|
|
// if (this.showAccessory) {
|
|
|
// this.showAccessory = false;
|