瀏覽代碼

删除console

zhangxc 5 年之前
父節點
當前提交
6ac66fe677
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)=>{