漏了
This commit is contained in:
@@ -226,7 +226,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
addIntegral() {
|
addIntegral() {
|
||||||
this.form.ladderIntegral.push({ viewCount: null, integral: null })
|
this.form.ladderIntegral?.push({ viewCount: null, integral: null })
|
||||||
},
|
},
|
||||||
toEdit(row) {
|
toEdit(row) {
|
||||||
this.instance.post(`/app/apppartyintegralrule/queryDetailById?id=${row.id}`).then((res) => {
|
this.instance.post(`/app/apppartyintegralrule/queryDetailById?id=${row.id}`).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user