|
@@ -232,7 +232,7 @@ export default {
|
|
|
sendSms() {
|
|
sendSms() {
|
|
|
this.$alert('确认发送短信吗?', '提示')
|
|
this.$alert('确认发送短信吗?', '提示')
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
- return this.$http.post(`/trainingInstitution/batchSend`);
|
|
|
|
|
|
|
+ return this.$http.get(`/trainingInstitution/batchSend`);
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
this.$message.success('发送成功');
|
|
this.$message.success('发送成功');
|