diff --git a/project/tianfuxing/AppUserList/AppUserList.vue b/project/tianfuxing/AppUserList/AppUserList.vue index 12a57973..a4ae7c40 100644 --- a/project/tianfuxing/AppUserList/AppUserList.vue +++ b/project/tianfuxing/AppUserList/AppUserList.vue @@ -67,7 +67,9 @@ export default { } }, created () { - this.getList() + this.$dict.load('integralCalcType').then(()=> { + this.getList() + }) }, computed: { ...mapState(['user']), @@ -109,7 +111,7 @@ export default { this.$refs.form.validate((valid)=> { if(valid) { this.flag = true - this.instance.post(`/appwechatintegraldetail/addOrUpdate`, { + this.instance.post(`api/appwechatintegraldetail/addOrUpdate`, { calcType: this.form.calcType, integral: this.form.integral, openId: this.form.openId,