|
@@ -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)=>{
|