批量开票添加选择邮寄联系人功能
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
||||
let str = this.checkedKeys.join(',').toString()
|
||||
console.log(str)
|
||||
this.form.setFieldsValue({memberName: str})
|
||||
this.form.validateFields((err, values) => {
|
||||
this.form.validateFields((err) => {
|
||||
if (!err) {
|
||||
this.confirmLoading = true
|
||||
if (this.isBatch) {
|
||||
|
||||
Reference in New Issue
Block a user