408249787@qq.com 5 saat önce
ebeveyn
işleme
378ed599a3
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      pages/middle/middle.vue
  2. 2 2
      pages/repair-add/repair-add.vue

+ 2 - 2
pages/middle/middle.vue

@@ -304,7 +304,7 @@ export default {
                 .then(res => {
                     this.form.bianhao = res.data.no
                     this.form.sbName = res.data.name
-                    this.form.sbCph = res.data.cph
+                    this.form.sbCph = res.data.positionName
                     this.form.running = res.data.name
                     this.form.sbId = this.sbBackId
                 })
@@ -323,7 +323,7 @@ export default {
                     this.form.sbName = res.data.name
                     this.form.running = res.data.name
                     this.form.sbId = options.detailId
-                    this.form.sbCph = res.data.cph
+                    this.form.sbCph = res.data.positionName
                 })
         }
         // this.sourceMap = this.$DictCache.getLabelByValueMapByType(

+ 2 - 2
pages/repair-add/repair-add.vue

@@ -284,7 +284,7 @@ export default {
                 .then(res => {
                     this.form.bianhao = res.data.no
                     this.form.sbName = res.data.name
-                    this.form.sbCph = res.data.cph
+                    this.form.sbCph = res.data.positionName
                     this.form.running = res.data.name
                     this.form.sbId = this.sbBackId
                 })
@@ -303,7 +303,7 @@ export default {
                     this.form.sbName = res.data.name
                     this.form.running = res.data.name
                     this.form.sbId = options.detailId
-                    this.form.sbCph = res.data.cph
+                    this.form.sbCph = res.data.positionName
                 })
         }
         // this.sourceMap = this.$DictCache.getLabelByValueMapByType(