Browse Source

删除console

zhangxc 5 years ago
parent
commit
6ac66fe677
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/store/actions/pushMessage.js

+ 0 - 1
src/store/actions/pushMessage.js

@@ -310,7 +310,6 @@ export const setChangeAdviceCheck = (state, action) => {
 }
 
 export const addBilling = (state, action) => {
-	console.log('aaa', state)
 	const res = JSON.parse(JSON.stringify(state));
 	const {assay,check} = action;
 	res.assay = res.assay.map((item,index)=>{