From 48e96f3d058b1bbf529f5b8cd1979e06efd43efe Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 21:29:57 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/Missioncreation.vue | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue
index edbe31c..876fb54 100644
--- a/src/views/patient/propaganda/Missioncreation.vue
+++ b/src/views/patient/propaganda/Missioncreation.vue
@@ -817,7 +817,7 @@
{ label: "鐭俊", value: 4 },
{ label: "寰俊鍏紬", value: 5 },
{ label: "閽夐拤", value: 6 },
- { label: "鏅鸿兘鏈哄櫒浜�", value: 7 },
+ // { label: "鏅鸿兘鏈哄櫒浜�", value: 7 },
],
upload: {
// 鏄惁鏄剧ず寮瑰嚭灞傦紙鐢ㄦ埛瀵煎叆锛�
@@ -1042,10 +1042,10 @@
label: "寰俊灏忕▼搴�",
},
- {
- value: "8",
- label: "鏅鸿兘鏈哄櫒浜�",
- },
+ // {
+ // value: "8",
+ // label: "鏅鸿兘鏈哄櫒浜�",
+ // },
];
} else if (this.form.serviceType == 8) {
this.checkboxlist = [
@@ -1062,10 +1062,10 @@
label: "寰俊灏忕▼搴�",
},
- {
- value: "8",
- label: "鏅鸿兘鏈哄櫒浜�",
- },
+ // {
+ // value: "8",
+ // label: "鏅鸿兘鏈哄櫒浜�",
+ // },
{
value: "9",
label: "閽夐拤",
@@ -1573,7 +1573,6 @@
handleFileSuccess(response, file, fileList) {
this.upload.isUploading = false;
this.uploadingData = response.rows;
- console.log(response, "鏂囦欢");
this.$refs.upload.clearFiles();
},
--
Gitblit v1.9.3