发送急报增加开发中提示
This commit is contained in:
parent
0e13744df2
commit
34a06c614c
|
|
@ -68,7 +68,10 @@
|
||||||
this.$emit('hideModal', e);
|
this.$emit('hideModal', e);
|
||||||
},
|
},
|
||||||
sendUrgentMsg(e) {
|
sendUrgentMsg(e) {
|
||||||
|
uni.showToast({
|
||||||
|
icon: 'none'
|
||||||
|
title: '功能开发中'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
changeToWho(toWho) {
|
changeToWho(toWho) {
|
||||||
this.toWho = toWho;
|
this.toWho = toWho;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue