Commit 59a0f657 authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 22315f12
......@@ -217,7 +217,7 @@
this.open = true;
this.title = "修改规则";
getRule(row.id).then(response => {
$("#labadd").html("");
var datas =response.data;
this.form.id = datas.id;
this.form.name = datas.name;
......@@ -229,6 +229,7 @@
var st = s[i].st;
var rt = s[i].rt;
var ct = s[i].ct;
$("#labadd").append(
`<tr style="margin-top: 10px">
<td><input class="se" type="number" style="text-align: center;border: aliceblue;" value="`+se+`" placeholder="se"/></td>
......
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