| | |
| | | if(null != this.componentData.date){ |
| | | this.componentData.beginDeclareDate = this.componentData.date[0] |
| | | this.componentData.endDeclareDate = this.componentData.date[1] |
| | | } else { |
| | | this.componentData.beginDeclareDate = '' |
| | | this.componentData.endDeclareDate = '' |
| | | } |
| | | getIfsByFinish({ ...this.componentData, ...this.page1 }).then(res => { |
| | | this.tableLoading1 = false |
| | |
| | | if(null != this.componentData.date){ |
| | | this.componentData.beginDeclareDate = this.componentData.date[0] |
| | | this.componentData.endDeclareDate = this.componentData.date[1] |
| | | } else { |
| | | this.componentData.beginDeclareDate = '' |
| | | this.componentData.endDeclareDate = '' |
| | | } |
| | | getIfsByAll({ ...this.componentData, ...this.page1 }).then(res => { |
| | | this.tableLoading1 = false |