@@ -217,10 +217,10 @@ export default {
},
deleteRow(index, rows) {
if (rows[index].fId){
- deleteAttachment(rows[index].fId).then(res=>{
+ // deleteAttachment(rows[index].fId).then(res=>{
rows.splice(index, 1);
this.$message.success("删除成功");
- })
+ // })
}else {
@@ -389,7 +389,7 @@ export default {
e.fBsdate = this.form.fBsdate;
e.fGoodsid = this.form.fGoodsid;
e.fCntrtype = Number(e.fCntrtype)
- e.fBusinessType = e.fCntrtype + ''
+ e.fBusinessType = e.fBusinessType + ''
});
}
this.excelList = res.data;