From dad71d3ff3fa37090c78f3d83d09db0fa54601ca Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 29 七月 2024 17:30:08 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/tasklist/FollowupDetails/index.vue | 60 ++++++++++++++++++++++++++---------------------------------- 1 files changed, 26 insertions(+), 34 deletions(-) diff --git a/src/views/followvisit/tasklist/FollowupDetails/index.vue b/src/views/followvisit/tasklist/FollowupDetails/index.vue index fb1809f..c597bae 100644 --- a/src/views/followvisit/tasklist/FollowupDetails/index.vue +++ b/src/views/followvisit/tasklist/FollowupDetails/index.vue @@ -930,8 +930,8 @@ <el-table-column label="鎮h�呮潵婧�" align="center" - key="source" - prop="source" + key="sourcefrom" + prop="sourcefrom" /> <el-table-column label="鎵嬫満鍙风爜" @@ -992,16 +992,8 @@ </template> <script> -import { - listsvr_prjtask, - getsvr_prjtask, - addsvr_prjtask, - updatesvr_prjtask, - delsvr_prjtask, - Addpatienttask, -} from "@/api/smartorpor/svr_prjtask"; -import { listpat_archive } from "@/api/smartorpor/pat_archive"; -import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline"; + + export default { data() { @@ -1096,7 +1088,7 @@ created() { this.Addsubtask(); this.Getsubtask(); - + }, methods: { @@ -1118,23 +1110,23 @@ // 瀛愪换鍔′竴绾у脊妗� handleAdd() { this.multiple = true; - listsvr_prjtaskline(this.deliverytopqueryParams).then((response) => { - console.log(response); - this.sonuserList = response.rows; - this.sontotal = response.total; - this.loading = false; - }); + // listsvr_prjtaskline(this.deliverytopqueryParams).then((response) => { + // console.log(response); + // this.sonuserList = response.rows; + // this.sontotal = response.total; + // this.loading = false; + // }); this.dialogVisible = true; }, // 瀛愪换鍔′簩绾у脊妗� handleAddpatient() { console.log(this.multiple); - listpat_archive(this.patientqueryParams).then((response) => { - console.log(response); - this.patientuserList = response.rows; - this.patienttotal = response.total; - this.loading = false; - }); + // listpat_archive(this.patientqueryParams).then((response) => { + // console.log(response); + // this.patientuserList = response.rows; + // this.patienttotal = response.total; + // this.loading = false; + // }); this.dialogVisiblepatient = true; }, handleUpdate() {}, @@ -1182,9 +1174,9 @@ let objictpint = {}; objictpint.patientes = this.ids; objictpint.pguid = 2; - Addpatienttask(objictpint).then((res) => { - console.log(res); - }); + // Addpatienttask(objictpint).then((res) => { + // console.log(res); + // }); this.dialogVisiblepatient = false; }, @@ -1194,11 +1186,11 @@ console.log(this.topqueryParams); // this.topqueryParams.pid = this.$route.query.id; // console.log(this.topqueryParams.pid); - listsvr_prjtask(this.topqueryParams).then((res) => { - this.userList = res.rows; - this.total = res.total; - console.log(this.userList); - }); + // listsvr_prjtask(this.topqueryParams).then((res) => { + // this.userList = res.rows; + // this.total = res.total; + // console.log(this.userList); + // }); }, /** 鏌ヨ鎮h�呭垪琛� */ }, @@ -1217,7 +1209,7 @@ // margin-top: 20px; margin: 20px; margin-bottom: 0; - padding: 30px; + padding: 20px; background: #edf1f7; border: 1px solid #dcdfe6; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), -- Gitblit v1.9.3