解决零售出库的会员切换的bug

This commit is contained in:
jishenghua
2025-05-06 09:35:17 +08:00
parent 67f2b15781
commit 66862724dd

View File

@@ -400,6 +400,9 @@
})
} else {
this.payTypeList.push({"value":"现付", "text":"现付"})
this.$nextTick(() => {
this.form.setFieldsValue({'payType': '现付'})
})
}
}
})