|
|
@@ -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(
|