Commit 367f14dc authored by danfuman's avatar danfuman

修改

parent e082e8a5
...@@ -126,6 +126,7 @@ ...@@ -126,6 +126,7 @@
} }
rulesDetail({}).then(res => { rulesDetail({}).then(res => {
console.log(res) console.log(res)
if(res.data){
let dimension=res.data.dimension.split(','); let dimension=res.data.dimension.split(',');
this.queryParams={ this.queryParams={
pushFrequency:res.data.pushFrequency.toString(), pushFrequency:res.data.pushFrequency.toString(),
...@@ -141,6 +142,7 @@ ...@@ -141,6 +142,7 @@
this.sffx.push(dimension[item]) this.sffx.push(dimension[item])
} }
} }
}
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment