[add] 法规符合性排查流程
This commit is contained in:
@@ -231,7 +231,7 @@ export default {
|
||||
},
|
||||
// 外层要获取数据
|
||||
getData () {
|
||||
// 把数据抛出,在线编辑不知道要不要抛
|
||||
// 把数据抛出
|
||||
const data = {}
|
||||
data.formInline = this.formInline
|
||||
return data
|
||||
@@ -259,13 +259,13 @@ export default {
|
||||
this.formInline = {}
|
||||
} else {
|
||||
this.loading = true
|
||||
// 企标名称
|
||||
// 标准名称
|
||||
this.formInline.standardName = value[0].standardName
|
||||
// 根据返回的id查询企标数据
|
||||
// 根据返回的id查询标准数据
|
||||
getForeignStandardDetail({ id: value[0].id, type: '2' }).then(async res => {
|
||||
if (res.success) {
|
||||
const result = res.result
|
||||
// 代替企标编号
|
||||
// 代替标准编号
|
||||
this.formInline.substituteStandardNumber = result.substitute_standard_number
|
||||
// 实施日期
|
||||
this.formInline.implementationDate = result.implementation_date
|
||||
|
||||
Reference in New Issue
Block a user