|
@@ -142,6 +142,12 @@
|
|
// this.queryList();
|
|
// this.queryList();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ modelShow() {
|
|
|
|
+ $('#exampleModalCenter').modal('show');
|
|
|
|
+ },
|
|
|
|
+ modelHide() {
|
|
|
|
+ $('#exampleModalCenter').modal('hide');
|
|
|
|
+ },
|
|
refresh_pagination: function () {
|
|
refresh_pagination: function () {
|
|
$('#pageDiv').pagination({
|
|
$('#pageDiv').pagination({
|
|
pages: this.totalPage, // 页数
|
|
pages: this.totalPage, // 页数
|