renmy 2 mesi fa
parent
commit
37dfd98ab5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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卡号')