|
|
@@ -56,6 +56,8 @@ export default {
|
|
|
devUpdateddate: '-',
|
|
|
devProvincealign: '-',
|
|
|
},
|
|
|
+ page: 1,
|
|
|
+ size: 99999,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
@@ -106,7 +108,9 @@ export default {
|
|
|
icon: 'none',
|
|
|
duration: 3000,
|
|
|
});
|
|
|
- this.getDpdevicedpkzgjuanmoList();
|
|
|
+ setTimeout(() => {
|
|
|
+ this.getDpdevicedpkzgjuanmoList();
|
|
|
+ }, 1000);
|
|
|
},
|
|
|
async getDataSource() {
|
|
|
const res = await this.$myRequest({
|
|
|
@@ -226,7 +230,7 @@ uni-page-body {
|
|
|
#eff2fa 100%
|
|
|
),
|
|
|
linear-gradient(102deg, #bfeadd 6.77%, #b8f1e7 40.15%, #b9eef5 84.02%);
|
|
|
- height: 100%;
|
|
|
+ min-height: 100vh;
|
|
|
width: 100%;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|