Commit e2729166 authored by honghy's avatar honghy Committed by wux

修正节点显示问题

parent 93c30910
...@@ -498,6 +498,7 @@ export default { ...@@ -498,6 +498,7 @@ export default {
this.reset(); this.reset();
const id = row.id; const id = row.id;
getSmsNode(id).then(response => { getSmsNode(id).then(response => {
this.smsTemplateList2 = this.smsTemplateList.filter(a=>a.nodeValue == response.data.nodeValue)
this.form = response.data; this.form = response.data;
this.open = true; this.open = true;
this.title = "修改短信节点"; this.title = "修改短信节点";
......
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