This commit is contained in:
shijingjing
2022-07-01 11:24:31 +08:00
parent 4be5825cf1
commit da929c20a2

View File

@@ -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) => {