| | |
| | | update, |
| | | add, |
| | | getDetail, |
| | | getCount |
| | | getCount, |
| | | synchronizeData |
| | | } from "@/api/task/eCallEventTwo" |
| | | import { |
| | | add as circleAdd, |
| | |
| | | prop: "dispatchNumber", |
| | | span: 12, |
| | | searchSpan: 4, |
| | | overHidden: true, |
| | | display: false, |
| | | // overHidden: true, |
| | | // display: false, |
| | | searchLabelWidth: 76, |
| | | addDisplay: false, |
| | | // addDisplay: false, |
| | | }, |
| | | |
| | | { |
| | |
| | | if (tagMain === '主办单位') { |
| | | this.query.tagMain = "Y" |
| | | this.query.mainFlag = 1 |
| | | let dispatchNumberColumn = this.findObject(this.option.column, 'dispatchNumber') |
| | | dispatchNumberColumn.hide = true |
| | | } else { |
| | | let dispatchNumberColumn = this.findObject(this.option.column, 'dispatchNumber') |
| | | dispatchNumberColumn.hide = false |
| | | this.query.tagMain = "N" |
| | | this.query.mainFlag = 2 |
| | | } |
| | |
| | | this.loading = false |
| | | // this.selectionClear() |
| | | }) |
| | | } |
| | | }, |
| | | getsynchronizeData() { |
| | | synchronizeData().then((res) => { |
| | | |
| | | }) |
| | | }, |
| | | }, |
| | | } |
| | | </script> |