#
whycq
2024-07-17 bbfe4dd2532bbd41c7f9d26285c7f0aae84ccb54
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')
            }
         },