up
This commit is contained in:
@ -893,7 +893,7 @@ const selectTime = () => {
|
||||
const subText = () => {
|
||||
//发送短信
|
||||
getsendSms(multipleSelection.value).then(res => {
|
||||
if (res.data.code == 'OK') {
|
||||
if (res.data.code == '200') {
|
||||
ElMessage({
|
||||
message: '发送成功',
|
||||
type: 'success',
|
||||
|
@ -899,7 +899,7 @@ const selectTime = () => {
|
||||
const subText = () => {
|
||||
//发送短信
|
||||
getsendSms(multipleSelection.value).then(res => {
|
||||
if (res.data.code == 'OK') {
|
||||
if (res.data.code == '200') {
|
||||
ElMessage({
|
||||
message: '发送成功',
|
||||
type: 'success',
|
||||
|
@ -911,7 +911,7 @@ const selectTime = () => {
|
||||
const subText = () => {
|
||||
//发送短信
|
||||
getsendSms(multipleSelection.value).then(res => {
|
||||
if (res.data.code == 'OK') {
|
||||
if (res.data.code == '200') {
|
||||
ElMessage({
|
||||
message: '发送成功',
|
||||
type: 'success',
|
||||
|
@ -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',
|
||||
|
@ -519,7 +519,7 @@ const depthclick = item => {
|
||||
};
|
||||
const dowcity = () => {
|
||||
getmeteorology({
|
||||
name: city.value,
|
||||
msName: city.value,
|
||||
whetherToDownload: true,
|
||||
startTime: value1.value[0] ? moment(value1.value[0]).format('YYYY-MM-DD HH:mm:ss') : null,
|
||||
endTime: value1.value[1] ? moment(value1.value[1]).format('YYYY-MM-DD HH:mm:ss') : null,
|
||||
|
Reference in New Issue
Block a user