WXL
2024-08-21 09b701d290094291e877b2cfb601db7da267d6b9
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -1360,7 +1360,9 @@
        });
      } else {
        this.ruleForm.isoperation = 1;
        this.ruleForm.version = this.ruleForm.version ? ruleForm : "1.0";
        this.ruleForm.version = this.ruleForm.version
          ? this.ruleForm.version
          : "1.0";
        compileQtemplate(this.ruleForm).then((res) => {
          this.$modal.msgSuccess("新增成功");
          this.confirmillness(res.data);