Commit 7865882e by fengweida

V1.0.7 添加版本号

1 parent cc0f0ed1
......@@ -85,7 +85,7 @@
},
searchText: function (val) {
//在allServiceList中找到包含val的
if (val.indexOf(" ") != -1) {
if (val.indexOf(" ") != -1) {
let valArr = val.split(" ");
let serviceList = [];
for (let i = 0; i < valArr.length; i++) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!