From 257f46bce7c3325c9d9aed68e0df84ea279019aa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 28 五月 2024 15:30:21 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/templateku/configurat/index.vue | 8 ++++----
src/views/patient/propaganda/particty.vue | 18 ++++++++++--------
src/api/system/dept.js | 2 +-
3 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index 5d00000..c89329c 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -49,4 +49,4 @@
url: '/system/dept/remove/' + deptId,
method: 'get'
})
-}
\ No newline at end of file
+}
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 8f48add..82d4805 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -334,7 +334,7 @@
:total="total"
:page.sync="topqueryParams.pageNum"
:limit.sync="topqueryParams.pageSize"
- @pagination="getList"
+ @pagination="Acquisitiontype"
/>
</el-row>
</div>
@@ -709,10 +709,10 @@
return {
title: "瀹f暀鍐呭鍒楄〃",
currenttype: 1, //1瀹f暀2闂ㄨ瘖3鍑洪櫌4澶嶈瘖5浣撴6闂嵎
- id: "",
- previewid: "",
+ id: "", //
+ previewid: "", //浠诲姟妯$増浼犻�抜d
libName: "",
- libId: null,
+ libId: null, //妯℃澘搴撴ā鐗坕d
Editprogress: 1, //缂栬緫杩涘害
previewtf: false, //棰勮
loading: false, // 閬僵灞�
@@ -922,8 +922,8 @@
// 鑾峰彇褰撳墠绫诲瀷
Acquisitiontype() {
let queryParams = {
- pageNum: 1,
- pageSize: 10,
+ pageNum: this.topqueryParams.pageNum,
+ pageSize: this.topqueryParams.pageSize,
isavailable: "",
};
this.currenttype = this.$route.query.type;
@@ -1007,7 +1007,7 @@
});
},
// ----------------------琛ㄦ牸瀛愮粍浠朵簨浠�
- // 閫夋嫨妯$増
+ // 纭閫夋嫨妯$増鏀惧叆浠诲姟妯$増
selectfn(row, type) {
// 妯$増鎯呭喌涓嬭幏鍙栨ā鐗堜俊鎭�
if (type == 1) {
@@ -1093,7 +1093,9 @@
},
// 鍒犻櫎閫変腑鎮h��
detailhz(row, info) {},
- getList() {},
+ getList() {
+
+ },
handleQuery() {
this.handleAddpatient();
},
diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index 4794e5e..d17d4c3 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -983,10 +983,10 @@
this.id = this.$route.query.id;
this.task = this.$route.query.task;
- console.log(this.task, "task");
- if (this.task) {
- this.id = this.$route.query.id;
- }
+ // console.log(this.task, "task");
+ // if (this.task) {
+ // this.id = this.$route.query.id;
+ // }
},
// 鑾峰彇琛ㄥ崟鏁版嵁
getvFollowup() {
--
Gitblit v1.9.3