盘点界面巷道长度

taiwan-tingli
yiming 4 years ago
parent 19e7291eb1
commit 35840fc12e

@ -21,7 +21,7 @@
<div style="margin-top: 10px">
<a-select :default-value="data[0].name"
@change="handleChange" class="select-roadway">
@change="handleChange" style="width:200px">
<a-select-option v-for="i in data" :key="i.name" :value="i.id">
{{i.name}}
</a-select-option>
@ -117,7 +117,8 @@ export default {
//
this.request();//
}else{
console.log("$route.meta.isUseCache true")
console.log("$route.meta.isUseCache true")
this.request();
}
},
// beforeRouteLeave(to, form, next) {

Loading…
Cancel
Save