Commit 83747c65 authored by 黄奎's avatar 黄奎

111

parent f5f84650
......@@ -383,10 +383,10 @@
var tempData = [];
let data = res.data.data;
data.forEach((item) => {
if (item.Id != 5) {
this.cityOptions.push(item.Id);
tempData.push(item);
}
});
this.cities = tempData;
});
......
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