[update] 修改bug79799
This commit is contained in:
@@ -242,16 +242,11 @@ export default {
|
||||
this.formInline.releaseDate = result.release_date
|
||||
// 实施日期
|
||||
this.formInline.implementationDate = result.implementation_date
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standard_class
|
||||
this.formInline = Object.assign({}, this.formInline)
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
// 标准类型字段来源是企标计划,所以需要单独调接口获取
|
||||
await getStandardTypeByNum({ standardNo: value[0].standardNo }).then(res => {
|
||||
if (res.success) {
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standardType
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
})
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
@@ -242,16 +242,11 @@ export default {
|
||||
this.formInline.releaseDate = result.release_date
|
||||
// 实施日期
|
||||
this.formInline.implementationDate = result.implementation_date
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standard_class
|
||||
this.formInline = Object.assign({}, this.formInline)
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
// 标准类型字段来源是企标计划,所以需要单独调接口获取
|
||||
await getStandardTypeByNum({ standardNo: value[0].standardNo }).then(res => {
|
||||
if (res.success) {
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standardType
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
})
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
@@ -234,8 +234,6 @@ export default {
|
||||
const result = res.result
|
||||
// 标准英文名称
|
||||
this.formInline.englishName = result.standard_english_name
|
||||
// 标准类型??
|
||||
// this.formInline.standardEnglishName = result.standard_english_name
|
||||
// 代替企标编号
|
||||
this.formInline.substituteStandardNumber = result.substitute_standard_number
|
||||
// 被代替企标编号
|
||||
@@ -244,16 +242,11 @@ export default {
|
||||
this.formInline.releaseDate = result.release_date
|
||||
// 实施日期
|
||||
this.formInline.implementationDate = result.implementation_date
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standard_class
|
||||
this.formInline = Object.assign({}, this.formInline)
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
// 标准类型字段来源是企标计划,所以需要单独调接口获取
|
||||
await getStandardTypeByNum({ standardNo: value[0].standardNo }).then(res => {
|
||||
if (res.success) {
|
||||
// 标准类型
|
||||
this.formInline.standardCategory = res.result.standardType
|
||||
this.isGetDataAfter = true
|
||||
}
|
||||
})
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user