Commit 6a0fc526 authored by xixinzhao's avatar xixinzhao

去掉打印

parent dd689d87
...@@ -110,7 +110,6 @@ class EquipmentModel extends Component { ...@@ -110,7 +110,6 @@ class EquipmentModel extends Component {
}; };
onInputChange = (key, value) => { onInputChange = (key, value) => {
console.log(key,value);
const { form } = this.state; const { form } = this.state;
let reg = /[\u4E00-\u9FA5]/g; let reg = /[\u4E00-\u9FA5]/g;
if (key === 'code') { if (key === 'code') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment