This commit is contained in:
2023-09-19 14:34:21 +08:00
parent 4c2c1739fc
commit e1446b6082
256 changed files with 262 additions and 227 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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,