提交一波

This commit is contained in:
aixianling
2024-09-09 18:01:13 +08:00
parent c842794d0d
commit 1ae490f744
3 changed files with 5 additions and 8 deletions

View File

@@ -150,8 +150,10 @@ export default {
}
},
created() {
this.dict.load("wyBasicCount", "wyIntegralOrderType")
this.getData()
this.dict.load("wyBasicCount", "wyIntegralOrderType").then(() => {
this.integralOrderType = this.dict.getDict("wyIntegralOrderType")[0].dictValue
this.getData()
})
}
}
</script>

View File

@@ -14,11 +14,6 @@ export default {
this.active = i
this.$emit("click", e)
}
},
mounted() {
if (this.list.length > 0) {
this.$emit("click", this.list[0])
}
}
}
</script>

View File

@@ -20,7 +20,7 @@ export default {
<style lang="scss" scoped>
.subHeader {
background: #7583900f;
//background: #7583900f;
.subHeader-title {
display: flex;