|
@@ -595,6 +595,7 @@ export default {
|
|
|
if (valid) {
|
|
|
this.zEngineeringNodeBo.zEngineeringInfoBo.zEngineeringMaterialBo = this.zEngineeringMaterialBo
|
|
|
this.form.zEngineeringNodeBo = this.zEngineeringNodeBo
|
|
|
+ this.zEngineeringNodeBo.type=this.$route.query.type
|
|
|
this.$refs.nodeForm.validate(valid => {
|
|
|
if (valid) {
|
|
|
EditEngineeEngineeIndustry(this.form).then(res => {
|