edit
This commit is contained in:
@ -212,7 +212,7 @@ export class InvoiceRequestedComponent {
|
||||
label: '手工处理',
|
||||
onClick: () => {
|
||||
const params = {
|
||||
ficoVatappBillVOList: this.selectedRows.map(item => {
|
||||
ficoVatappHVOList: this.selectedRows.map(item => {
|
||||
const i = Object.assign({}, { ...item });
|
||||
delete i._values;
|
||||
delete i._rowClassName;
|
||||
@ -236,7 +236,7 @@ export class InvoiceRequestedComponent {
|
||||
label: '自动开票',
|
||||
onClick: () => {
|
||||
const params = {
|
||||
ficoVatappBillVOList: this.selectedRows.map(item => {
|
||||
ficoVatappHVOList: this.selectedRows.map(item => {
|
||||
const i = Object.assign({}, { ...item });
|
||||
delete i._values;
|
||||
delete i._rowClassName;
|
||||
|
||||
Reference in New Issue
Block a user