This commit is contained in:
shijingjing
2022-06-30 17:43:14 +08:00
parent d8c652762a
commit 36ccc9ace2
2 changed files with 12 additions and 1 deletions

View File

@@ -215,6 +215,14 @@ export default {
this.getList();
});
},
watch: {
integralArr: {
handler(v) {
this.form.integralMin = v?.[0] || ''
this.form.integralMax = v?.[1] || ''
}
}
},
methods: {
getList() {
this.instance.post(`/app/apppartyintegralrule/list?classify=0`, null, {