|
@@ -70,8 +70,8 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import tsc from '@/components/kk-printer/printer/tsc.js'
|
|
|
- // import esc from '@/components/kk-printer/printer/esc.js'
|
|
|
+ // import tsc from '@/components/kk-printer/printer/tsc.js'
|
|
|
+ import esc from '@/components/kk-printer/printer/esc.js'
|
|
|
import * as blesdk from './utils/bluetoolth';
|
|
|
import util from './utils/util.js';
|
|
|
export default {
|
|
@@ -86,7 +86,7 @@
|
|
|
//是否显示蓝牙列表
|
|
|
isShowSearch:false,
|
|
|
//按蓝牙名过滤
|
|
|
- filterName:'DL-',
|
|
|
+ filterName:'',
|
|
|
//按信号过滤
|
|
|
filterRSSI:-95,
|
|
|
//设备列表
|
|
@@ -200,7 +200,7 @@
|
|
|
deviceId: this.deviceId,
|
|
|
serviceId: this.serviceId,
|
|
|
writeId: this.writeId
|
|
|
- },tsc,blesdk)
|
|
|
+ },esc,blesdk)
|
|
|
})
|
|
|
}
|
|
|
}else{
|