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/patient/propaganda/QuestionnaireTask.vue | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue
index a5de586..10ae673 100644
--- a/src/views/patient/propaganda/QuestionnaireTask.vue
+++ b/src/views/patient/propaganda/QuestionnaireTask.vue
@@ -169,18 +169,6 @@
</el-form>
</div>
</div>
- </div>
- <el-button type="success" @click="nextstep('ruleForm')">{{
- quote ? "绔嬪嵆鍒涘缓" : "浠诲姟璇︽儏閰嶇疆"
- }}</el-button>
- <el-button @click="resetForm('ruleForm')">閲嶇疆</el-button>
- </div>
-
- <!-- 浠诲姟璇︽儏 -->
- <div v-if="Editprogress == 2">
- <el-alert title="鍦ㄦ湰闃舵閫夋嫨瀹f暀鐥呬汉" type="success" effect="dark">
- </el-alert>
- <div class="leftvlue-jbxx">
<div class="examine-jic">
<div class="headline">
<div>鍙橀噺鍖归厤閲忓弬</div>
@@ -226,6 +214,18 @@
</div>
</div>
</div>
+ </div>
+ <el-button type="success" @click="nextstep('ruleForm')">{{
+ quote ? "绔嬪嵆鍒涘缓" : "浠诲姟璇︽儏閰嶇疆"
+ }}</el-button>
+ <el-button @click="resetForm('ruleForm')">閲嶇疆</el-button>
+ </div>
+
+ <!-- 浠诲姟璇︽儏 -->
+ <div v-if="Editprogress == 2">
+ <el-alert title="鍦ㄦ湰闃舵閫夋嫨瀹f暀鐥呬汉" type="success" effect="dark">
+ </el-alert>
+ <div class="leftvlue-jbxx">
<div class="examine-jic">
<div class="headline">
<div>鎮h�呭垪琛�</div>
@@ -945,11 +945,7 @@
this.currenttype = this.$route.query.type;
this.title = "闂嵎鍐呭鍒楄〃";
this.tableLabel = this.tableLabelwj;
- this.checkboxlist = [
- "绾夸笅锛堢焊璐級",
- "绾夸笂锛堢煭淇�/閽夐拤鐨勬枃鏈�侀棶鍗烽摼鎺ワ級",
- "寰俊鍏紬鍙�",
- ];
+ this.checkboxlist = ["鐭俊", "寰俊", "浜哄伐鐢佃瘽", "鏅鸿兘鏈哄櫒浜�"];
getQtemplatelist(queryParams).then((response) => {
this.userList = response.rows;
this.total = response.total;
@@ -964,6 +960,10 @@
submitForm(formName) {
// this.form.preachform = this.checkList.join(",");
this.formatFn(1);
+ if (!this.form.patTaskRelevances[0]) {
+ this.$modal.msgError("璇烽�夋嫨鐥呬汉");
+ return;
+ }
this.form.hospType = this.currenttype;
const filteredArray = this.variableList.filter(
(item) =>
--
Gitblit v1.9.3