平台件项目库 认证清单增加备注
This commit is contained in:
+3
-2
@@ -787,8 +787,6 @@
|
|||||||
})
|
})
|
||||||
this.formInline = value
|
this.formInline = value
|
||||||
console.log(this.formInline)
|
console.log(this.formInline)
|
||||||
this.formInline.engineeringInterfacePersonName = this.formInline.engineeringInterfacePersonName
|
|
||||||
this.formInline.regulationOwnerIdName = this.formInline.regulationOwnerIdName
|
|
||||||
this.formInline = { ...this.formInline }
|
this.formInline = { ...this.formInline }
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
}
|
}
|
||||||
@@ -817,6 +815,9 @@
|
|||||||
editModel(value) {
|
editModel(value) {
|
||||||
this.visible = true
|
this.visible = true
|
||||||
this.title = this.$t('edit')
|
this.title = this.$t('edit')
|
||||||
|
this.formInline.engineeringInterfacePersonName = value.engineeringInterfacePersonName
|
||||||
|
this.formInline.regulationOwnerIdName = value.regulationOwnerIdName
|
||||||
|
console.log(this.formInline.engineeringInterfacePersonName,this.formInline.engineeringInterfacePersonName)
|
||||||
const token = Vue.ls.get(ACCESS_TOKEN)
|
const token = Vue.ls.get(ACCESS_TOKEN)
|
||||||
this.headers = { 'X-Access-Token': token }
|
this.headers = { 'X-Access-Token': token }
|
||||||
console.log(this.headers)
|
console.log(this.headers)
|
||||||
|
|||||||
Reference in New Issue
Block a user