Explorar o código

rfid后四位

renmy hai 2 meses
pai
achega
37dfd98ab5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/basic-data/index.vue

+ 1 - 1
pages/basic-data/index.vue

@@ -586,7 +586,7 @@
 				this.$http.getEpc().then((res) => {
 					if(res.code===0){
 						let frid = res.data
-						this.basicFrom.frid=frid.replace(/.{4}$/, '****')
+						this.basicFrom.frid=frid;//frid.replace(/.{4}$/, '****')
 						this.basicFrom.rfidEpc=frid
 					} else {
 						return this.ExchangeMessage('warn', '未获取FRID卡号')