改个接口
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 事件类型
|
// 事件类型
|
||||||
getType() {
|
getType() {
|
||||||
this.$instance.post(`/app/appintegralrule/listByFD`).then(res=> {
|
this.$instance.post(`/app/appintegralrule/listByFdNew`).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
this.list = res.data
|
this.list = res.data
|
||||||
this.dictList = res.data.map(v => {
|
this.dictList = res.data.map(v => {
|
||||||
|
|||||||
Reference in New Issue
Block a user