| | |
| | | @click="handleSend">手动推送 |
| | | </el-button> |
| | | <div style="float: right;margin-left: 10px"> |
| | | <vci-docking-search :formInline="formInline" :SearchObject="SearchObject" :page="page" :status="status"></vci-docking-search> |
| | | <vci-docking-search :formInline="formInline" :SearchObject="SearchObject" :page="page" :status="status" @getList="dockingGetList"></vci-docking-search> |
| | | </div> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | name: "task", |
| | | data(){ |
| | | return { |
| | | //model绑定 |
| | | formInline:{ |
| | | type:'', |
| | | stateTask:'', |
| | |
| | | text:'', |
| | | taskCut:'' |
| | | }, |
| | | //各个类型状态 |
| | | status:{ |
| | | type:'task', |
| | | stateTaskFlag:false, |
| | | stateTaskDataFlag:false, |
| | | dateFlag:false, |
| | | lastDateFlag:false, |
| | | sendTypeFlga:false |
| | | }, |
| | | //集成类型死数据 |
| | | SearchObject:{ |
| | | searchData:[ |
| | | { |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | dockingGetList(val){ |
| | | this.data=val.records; |
| | | this.page.pageSize=val.size; |
| | | this.page.currentPage=val.current; |
| | | this.page.total=val.total; |
| | | }, |
| | | async cellDbClick(row, column, cell, event) { |
| | | for (const key in row) { |
| | | if (key === column.property) { |