whycq
2024-10-18 2b5bf2b63f6b8718a396f16f02c682f635744425
pages/phyz/stationManage/stationManage.vue
@@ -1,5 +1,5 @@
<template>
   <view>
   <view style="font-size: 14px;">
      <view class="code">
         <uni-search-bar :focus="searchValueFocus" v-model="searchValue"  @input="searchValueInput()"
            maxlength="500" ancel="cancel" @clear="clear" placeholder="输入 / 扫描 站点号">
@@ -130,7 +130,7 @@
               this.stations = []
               this.wrkMast = ''
               this.wrkDetls = []
            } else {
            } else if (this.searchValue.length == 7) {
               this.getBasDevp('one')
            }
         },