平台件项目库 认证清单增加备注

This commit is contained in:
zyx.net
2023-10-10 15:00:09 +08:00
parent 4fdc0e520b
commit c680aa7aa5
@@ -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)