| | |
| | | > |
| | | <el-option |
| | | v-for="item in longtermlist" |
| | | :key="item.value" |
| | | :key="item.label" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | |
| | | topqueryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | type: 2, |
| | | type: 1, |
| | | userName: undefined, |
| | | tagid: undefined, |
| | | topic: undefined, |
| | |
| | | this.tasktopic == 7 || |
| | | this.tasktopic == 6 |
| | | ) { |
| | | if (!this.topqueryParams.type) this.topqueryParams.type = "2"; |
| | | if (!this.topqueryParams.type) this.topqueryParams.type = 1; |
| | | this.longtermlist = [ |
| | | { |
| | | value: 1, |
| | |
| | | label: "问卷随访", |
| | | }, |
| | | ]; |
| | | this.topqueryParams.type=2; |
| | | // this.topqueryParams.type = 2; |
| | | } else if (this.tasktopic == 4 || this.tasktopic == 8) { |
| | | if (!this.topqueryParams.type) this.topqueryParams.type = "3"; |
| | | this.longtermlist = [ |
| | |
| | | this.getList(); |
| | | }, |
| | | handleQuery() { |
| | | console.log(this.topqueryParams.type); |
| | | |
| | | this.topqueryParams.pageNum = 1; |
| | | this.getList(); |
| | | }, |