任务记录详情
This commit is contained in:
parent
5ed24dfb89
commit
9b196899ae
@ -403,6 +403,7 @@ import {
|
|||||||
selectPatientQuestionSubmit,
|
selectPatientQuestionSubmit,
|
||||||
} from "@/api/system/taskExecuteRecord";
|
} from "@/api/system/taskExecuteRecord";
|
||||||
import { getScript } from "@/api/manage/script";
|
import { getScript } from "@/api/manage/script";
|
||||||
|
import { getAgencytype } from "@/api/system/agency";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
message,
|
message,
|
||||||
@ -436,6 +437,8 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
console.log(this.$route.query);
|
console.log(this.$route.query);
|
||||||
this.info();
|
this.info();
|
||||||
|
this.infolistMESSAGE();
|
||||||
|
this.infolistword()
|
||||||
// 文字提醒
|
// 文字提醒
|
||||||
if (this.$route.query.textRemindContent) {
|
if (this.$route.query.textRemindContent) {
|
||||||
this.formlists.textRemindContent = this.$route.query.textRemindContent;
|
this.formlists.textRemindContent = this.$route.query.textRemindContent;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user