#
whycq
2024-11-28 248ef3ba3de9994dc83d2b36690542893f9fb6e6
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')
            }
         },