| | |
| | | :total="total" |
| | | :page.sync="topqueryParams.pageNum" |
| | | :limit.sync="topqueryParams.pageSize" |
| | | @pagination="getList" |
| | | @pagination="Acquisitiontype" |
| | | /> |
| | | </el-row> |
| | | </div> |
| | |
| | | return { |
| | | title: "宣教内容列表", |
| | | currenttype: 1, //1宣教2门诊3出院4复诊5体检6问卷 |
| | | id: "", |
| | | previewid: "", |
| | | id: "", // |
| | | previewid: "", //任务模版传递id |
| | | libName: "", |
| | | libId: null, |
| | | libId: null, //模板库模版id |
| | | Editprogress: 1, //编辑进度 |
| | | previewtf: false, //预览 |
| | | loading: false, // 遮罩层 |
| | |
| | | // 获取当前类型 |
| | | Acquisitiontype() { |
| | | let queryParams = { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | pageNum: this.topqueryParams.pageNum, |
| | | pageSize: this.topqueryParams.pageSize, |
| | | isavailable: "", |
| | | }; |
| | | this.currenttype = this.$route.query.type; |
| | |
| | | }); |
| | | }, |
| | | // ----------------------表格子组件事件 |
| | | // 选择模版 |
| | | // 确认选择模版放入任务模版 |
| | | selectfn(row, type) { |
| | | // 模版情况下获取模版信息 |
| | | if (type == 1) { |
| | |
| | | }, |
| | | // 删除选中患者 |
| | | detailhz(row, info) {}, |
| | | getList() {}, |
| | | getList() { |
| | | |
| | | }, |
| | | handleQuery() { |
| | | this.handleAddpatient(); |
| | | }, |