perf: 优化数据库必填

This commit is contained in:
ibuler
2023-10-12 13:53:10 +08:00
committed by 老广
parent 2d2a4be3a2
commit ae2391f07f

View File

@@ -17,6 +17,9 @@ export default {
addFieldsMeta: this.getAddFieldsMeta()
}
},
mounted() {
this.url = `${this.url}?platform=${this.$route.query.platform}`
},
methods: {
getAddFields() {
const platform = this.$route.query.type