[update] 市场法规清单联调
This commit is contained in:
+1
@@ -729,6 +729,7 @@ export default {
|
||||
await getForeignStandardDocumentInfo({ id: item.id, type: '2' }).then(res => {
|
||||
if (res.success) {
|
||||
const result = res.result
|
||||
result.standardId = result.id
|
||||
result.standardNumber = result.standard_number // 标准编号
|
||||
result.standardName = result.standard_name // 标准名称
|
||||
result.standardEnglishName = result.standard_english_name // 标准英文名称
|
||||
|
||||
+2
@@ -312,6 +312,7 @@ export default {
|
||||
getForeignStandardDocumentInfo({ id: value[0].id, type: '2' }).then(res => {
|
||||
if (res.success) {
|
||||
const result = res.result
|
||||
result.standardId = result.id
|
||||
result.standardName = result.standard_name // 标准名称
|
||||
result.standardEnglishName = result.standard_english_name // 标准英文名称
|
||||
result.stanardClass = result.standard_class // 标准类型
|
||||
@@ -391,6 +392,7 @@ export default {
|
||||
},
|
||||
close () {
|
||||
this.visible = false
|
||||
this.model = {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user