WXL
2024-05-28 5c559f708ff934711d6417ae7909d919f6e3ebf6
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("选择模版成功");
      });
    },
  },