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() { created() {
this.getList(); // this.getList();
this.typelistdata(); this.typelistdata();
}, },
methods: { methods: {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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