pull/72/head
parent
1603a9652f
commit
6094cf64fc
|
@ -468,6 +468,7 @@ export default {
|
||||||
type: "success",
|
type: "success",
|
||||||
});
|
});
|
||||||
this.warnForm = {
|
this.warnForm = {
|
||||||
|
'deviceId': this.warnForm.deviceId,
|
||||||
"userId": '',
|
"userId": '',
|
||||||
"environmentData": '',
|
"environmentData": '',
|
||||||
"environmentId": '',
|
"environmentId": '',
|
||||||
|
@ -475,6 +476,8 @@ export default {
|
||||||
"phonenumber": '',
|
"phonenumber": '',
|
||||||
"phonenumber2": ''
|
"phonenumber2": ''
|
||||||
}
|
}
|
||||||
|
this.warnModelSel1= ''
|
||||||
|
this.warnModelSel2=''
|
||||||
this.getMessageList()
|
this.getMessageList()
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.data.msg);
|
this.$message.error(res.data.msg);
|
||||||
|
@ -483,6 +486,7 @@ export default {
|
||||||
},
|
},
|
||||||
returnWarn() {
|
returnWarn() {
|
||||||
this.warnForm = {
|
this.warnForm = {
|
||||||
|
'deviceId': this.warnForm.deviceId,
|
||||||
"userId": '',
|
"userId": '',
|
||||||
"environmentData": '',
|
"environmentData": '',
|
||||||
"environmentId": '',
|
"environmentId": '',
|
||||||
|
@ -495,7 +499,7 @@ export default {
|
||||||
//打开短信告警弹窗
|
//打开短信告警弹窗
|
||||||
openWarn() {
|
openWarn() {
|
||||||
this.warnForm = {
|
this.warnForm = {
|
||||||
"deviceId": '',
|
'deviceId': '',
|
||||||
"userId": '',
|
"userId": '',
|
||||||
"environmentData": '',
|
"environmentData": '',
|
||||||
"environmentId": '',
|
"environmentId": '',
|
||||||
|
|
Loading…
Reference in New Issue