提交一波
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user