首页标准发布
This commit is contained in:
@@ -67,7 +67,8 @@
|
|||||||
this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoByList', obj, {
|
this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoByList', obj, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.standardReleaseList = res.data
|
//与下文的循环重复, 会出现重复数据
|
||||||
|
// this.standardReleaseList = res.data
|
||||||
let arr = res.data
|
let arr = res.data
|
||||||
arr.forEach(item => {
|
arr.forEach(item => {
|
||||||
if(item.standName !== ""){
|
if(item.standName !== ""){
|
||||||
|
|||||||
Reference in New Issue
Block a user