Commit 458dd2fc authored by honghy's avatar honghy Committed by wux

修正节点显示问题

parent 33cd0fc1
......@@ -498,6 +498,7 @@ export default {
this.reset();
const id = row.id;
getSmsNode(id).then(response => {
this.smsTemplateList2 = this.smsTemplateList.filter(a=>a.nodeValue == response.data.nodeValue)
this.form = response.data;
this.open = true;
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