需求变更

This commit is contained in:
zhaoxiao
2021-09-30 10:03:58 +08:00
parent 6a69b17709
commit 5893f554b5
4 changed files with 31 additions and 3 deletions
@@ -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')