telephone-clients 3.0.104-48 → 3.0.104-49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
new HttpResetClass().load('POST',`/bridge/callctrl?extnum=${this.aChannel}&state=busy&opt=SET_EXT_PRESENCE_STATE`,{},{resolveMsg:null,rejectMsg:null}).then(res=>{
|
|
250
250
|
if(res.data === 200){
|
|
251
251
|
this.currentState = '忙'
|
|
252
|
+
this.timeZhiXianId = null
|
|
252
253
|
}else if (res.data === 400){
|
|
253
254
|
this.$showMessage('参数错误,置忙失败')
|
|
254
255
|
}else if (res.data === 404){
|