Commit daee66b9 authored by 高铭波's avatar 高铭波

Merge branch 'dev-1.4.0' into test

parents c43f7272 fc51a653
......@@ -613,9 +613,6 @@ export default {
},
initFormData() {
this.loadOrderDetail();
if(!this.form.hasOwnProperty("installationMethodType") || this.$u.test.isEmpty(this.form['installationMethodType'])) {
this.$set(this.form, "installationMethodType", this.form.installType);
}
},
loadOrderDetail() {
if (!this.$u.test.isEmpty(this.form) && this.form.hasOwnProperty("installComfirmTime")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment