From 9eec698c77d62cb9f245169e35cd7e72b4320ee8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 29 五月 2024 11:07:18 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/particty.vue | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 54a2be1..67c39e4 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -88,7 +88,7 @@
<div style="display: flex">
<div style="margin-right: 10px">
<span style="font-size: 18px; margin-right: 10px"
- >涓婂崍</span
+ >鏃堕棿娈典竴</span
>
<el-time-picker
is-range
@@ -105,7 +105,7 @@
</div>
<div style="margin-right: 10px">
<span style="font-size: 18px; margin-right: 10px"
- >涓嬪崍</span
+ >鏃堕棿娈典簩</span
>
<el-time-picker
is-range
@@ -122,7 +122,7 @@
</div>
<div style="margin-right: 10px">
<span style="font-size: 18px; margin-right: 10px"
- >鏅氶棿</span
+ >鏃堕棿娈典笁</span
>
<el-time-picker
is-range
@@ -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