WXL
2024-05-27 b2278ee7b3934157b2400d75c39957a8885ade9f
src/views/patient/propaganda/particty.vue
@@ -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("选择模版成功");
      });
    },
  },