From e4f0f4a910d27f918ded617adeaef71df13a903a Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 28 五月 2024 16:55:39 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/particty.vue | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 54a2be1..83398ff 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) {
@@ -1135,7 +1135,6 @@
} else {
this.$modal.msgError(res.code);
}
- console.log(res);
});
}
},
@@ -1267,7 +1266,7 @@
this.form.templateid = response.data;
this.form.libtemplateid = this.libId;
this.form.templatename = this.libName;
- this.$modal.msgSuccess("閫夋嫨鎴愬姛");
+ this.$modal.msgSuccess("閫夋嫨妯$増鎴愬姛");
});
},
},
--
Gitblit v1.9.3