Browse Source

修改bug-

qinhouyu 1 năm trước cách đây
mục cha
commit
7310c61763
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/zdsz/engineeringIndustry/index.vue

+ 1 - 0
src/views/zdsz/engineeringIndustry/index.vue

@@ -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 => {