更新
This commit is contained in:
@@ -763,12 +763,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
this.initDateTime();
|
||||
},
|
||||
// init时间
|
||||
|
||||
@@ -312,12 +312,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
},
|
||||
closeDialog() {
|
||||
this.controlWindows.recharge = false;
|
||||
|
||||
@@ -378,12 +378,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
// table height
|
||||
|
||||
@@ -598,12 +598,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
this.initDateTime();
|
||||
},
|
||||
// init时间
|
||||
|
||||
@@ -406,12 +406,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
this.initDateTime();
|
||||
},
|
||||
// init时间
|
||||
|
||||
@@ -354,12 +354,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
},
|
||||
// table height
|
||||
heightHandle() {
|
||||
|
||||
@@ -266,12 +266,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
},
|
||||
// table height
|
||||
heightHandle() {
|
||||
|
||||
@@ -309,12 +309,11 @@ export default {
|
||||
},
|
||||
//重置
|
||||
reset() {
|
||||
this.parameter = {
|
||||
Object.assign(this.parameter, {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
params: {},
|
||||
};
|
||||
});
|
||||
},
|
||||
// table height
|
||||
heightHandle() {
|
||||
|
||||
Reference in New Issue
Block a user