30421
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user