需求变更
This commit is contained in:
@@ -122,6 +122,12 @@ export default {
|
||||
this.form.setFieldsValue({'sendDate': sendDate})
|
||||
this.form.setFieldsValue(pick(this.model, 'sendMethod', 'sendDate', 'postNo', 'remark'))
|
||||
})
|
||||
// 默认邮寄方式--EMS
|
||||
if (!this.model.sendMethod) {
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue({'sendMethod': '1'})
|
||||
})
|
||||
}
|
||||
},
|
||||
close() {
|
||||
this.$emit('close')
|
||||
|
||||
Reference in New Issue
Block a user