解决零售出库的会员切换的bug
This commit is contained in:
@@ -400,6 +400,9 @@
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.payTypeList.push({"value":"现付", "text":"现付"})
|
this.payTypeList.push({"value":"现付", "text":"现付"})
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.form.setFieldsValue({'payType': '现付'})
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user