| | |
| | | > |
| | | <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(); |
| | | }, |
| | |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: `https://www.health-y.cn/lssf`, |
| | | // target: `http://10.202.20.185:8095`, |
| | | target: `http://192.168.100.158:8095`, |
| | | target: `http://192.168.100.10:8095`, |
| | | // target: `http://192.168.100.158:8095`, |
| | | // target:`http://localhost:8095`, |
| | | // target: `http://192.168.101.135:8095`, |
| | | // target: `http://192.168.101.166:8093`, |