From 4fffa66d14a2b2943b35aca961317f3bed6649a0 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 21 六月 2024 17:09:44 +0800 Subject: [PATCH] 测试完成 --- src/views/knowledge/questionnaire/compilequer/index.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/views/knowledge/questionnaire/compilequer/index.vue b/src/views/knowledge/questionnaire/compilequer/index.vue index c864744..524e8af 100644 --- a/src/views/knowledge/questionnaire/compilequer/index.vue +++ b/src/views/knowledge/questionnaire/compilequer/index.vue @@ -298,7 +298,13 @@ > </div> <div style="display: flex"> - <span style="width: 180px; font-size: 20px; font-weight: normal; color: red" + <span + style=" + width: 180px; + font-size: 20px; + font-weight: normal; + color: red; + " >闂嵎鎬诲垎锛�</span > <el-input @@ -811,6 +817,8 @@ }); }, submitForm(formName) { + this.$modal.loading("姝e湪涓婁紶鏁版嵁锛岃绋嶅��..."); + this.ruleForm.labelInfo = this.dynamicTags.join(","); this.ruleForm.suitway = this.ruleForm.suitway.join(","); @@ -818,12 +826,16 @@ this.ruleForm.isoperation = 2; compileQtemplate(this.ruleForm).then((response) => { this.$modal.msgSuccess("淇敼鎴愬姛"); + this.$modal.closeLoading(); + this.$router.go(-1); }); } else { this.ruleForm.isoperation = 1; compileQtemplate(this.ruleForm).then((response) => { this.$modal.msgSuccess("鏂板鎴愬姛"); + this.$modal.closeLoading(); + this.$router.go(-1); }); } -- Gitblit v1.9.3