Commit c8a34dab authored by 黄奎's avatar 黄奎

11

parent b0d3821a
...@@ -1361,7 +1361,6 @@ ...@@ -1361,7 +1361,6 @@
this.addMsg.ESurName = this.options[0].label; this.addMsg.ESurName = this.options[0].label;
}, 500); }, 500);
} }
} else { } else {
let findIndex = this.options.findIndex(x => x.label == this.addMsg.ESurName) let findIndex = this.options.findIndex(x => x.label == this.addMsg.ESurName)
if (findIndex != -1) { if (findIndex != -1) {
...@@ -1370,7 +1369,6 @@ ...@@ -1370,7 +1369,6 @@
this.addMsg.SurNameID = ''; this.addMsg.SurNameID = '';
this.addMsg.ESurName = ''; this.addMsg.ESurName = '';
} }
} }
this.$forceUpdate() this.$forceUpdate()
} }
......
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