| | |
| | | icon="el-icon-refresh" |
| | | size="medium" |
| | | @click="resetQuery" |
| | | >取消创建</el-button |
| | | >重置</el-button |
| | | > |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | // label: "监测评估", |
| | | // }, |
| | | { |
| | | value: "2", |
| | | value: 2, |
| | | label: "出院随访", |
| | | }, |
| | | { |
| | | value: "3", |
| | | value: 3, |
| | | label: "门诊随访", |
| | | }, |
| | | { |
| | | value: "4", |
| | | value: 4, |
| | | label: "宣教关怀", |
| | | }, |
| | | { |
| | | value: "5", |
| | | value: 5, |
| | | label: "复诊管理", |
| | | }, |
| | | { |
| | | value: "6", |
| | | value: 6, |
| | | label: "满意度调查", |
| | | }, |
| | | { |
| | | value: "7", |
| | | value: 7, |
| | | label: "患者报告", |
| | | }, |
| | | // { |
| | |
| | | }, |
| | | // 获取当前类型 |
| | | Acquisitiontype() { |
| | | let queryParams = { |
| | | pageNum: this.topqueryParams.pageNum, |
| | | pageSize: this.topqueryParams.pageSize, |
| | | isenable: "", |
| | | }; |
| | | this.currenttype = this.$route.query.type; |
| | | this.title = "问卷内容列表"; |
| | | this.tableLabel = this.tableLabelwj; |
| | |
| | | // }, |
| | | ]; |
| | | } |
| | | console.log(this.topqueryParams, "this.topqueryParams"); |
| | | |
| | | getQtemplatelist(this.topqueryParams).then((response) => { |
| | | this.userList = response.rows; |
| | | this.total = response.total; |
| | |
| | | }); |
| | | }, |
| | | |
| | | resetQuery() {}, |
| | | resetQuery() { |
| | | this.patientqueryParams= { |
| | | pageNum: 1, // |
| | | pageSize: 10, |
| | | }; |
| | | console.log(this.patientqueryParams,'this.patientqueryParams'); |
| | | |
| | | this.handleQuery() |
| | | }, |
| | | handleQuerymb() { |
| | | getQtemplatelist(this.topqueryParams).then((response) => { |
| | | this.userList = response.rows; |