up
This commit is contained in:
@ -889,7 +889,7 @@ const selectTime = () => {
|
||||
const subText = () => {
|
||||
//发送短信
|
||||
getsendSms(multipleSelection.value).then(res => {
|
||||
if (res.data.code == 'OK') {
|
||||
if (res.data.code == '200') {
|
||||
ElMessage({
|
||||
message: '发送成功',
|
||||
type: 'success',
|
||||
|
Reference in New Issue
Block a user