This commit is contained in:
2024-07-08 17:36:48 +08:00
parent 7632cf9302
commit 63aa83cccf
7 changed files with 7 additions and 7 deletions

View File

@ -329,7 +329,7 @@ export default {
}
},
created() {
this.getList();
// this.getList();
this.typelistdata();
},
methods: {

View File

@ -560,7 +560,7 @@ export default {
},
},
created() {
this.getList();
// this.getList();
// this.selectAgencyinfo();
},
watch: {

View File

@ -343,7 +343,7 @@ export default {
};
},
created() {
this.getList();
// this.getList();
},
mounted() {
this.getMaxTableHeight()

View File

@ -480,7 +480,7 @@ export default {
};
},
created() {
this.getList();
// this.getList();
},
mounted() {
this.getMaxTableHeight()

View File

@ -321,7 +321,7 @@ export default {
},
},
created() {
this.getList();
// this.getList();
this.typelistdata();
},
mounted() {

View File

@ -141,7 +141,7 @@ export default {
};
},
created() {
this.getList();
// this.getList();
},
mounted() {
this.getMaxTableHeight()

View File

@ -229,7 +229,7 @@ export default {
};
},
created() {
this.getList();
// this.getList();
},
mounted() {
this.getMaxTableHeight()