Authored by huangyCode

上报修改

... ... @@ -92,8 +92,7 @@ export default {
list.map((value, i) => {
DATA.push({...this.yasParams, I_INDEX: i + index + 1, PRD_ID: value.id});
});
console.log('-----');
console.log(DATA);
this.$store.dispatch('reportYas', {
params: {
param: {DATA},
... ...