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