fix
This commit is contained in:
@@ -1373,7 +1373,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
removeGenerate(){
|
removeGenerate(){
|
||||||
if(this.generateId){
|
if(this.generateId){
|
||||||
let data = {uniqueId:this.generateId,userId:this?.userInfo?.userId,timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone}
|
let data = {uniqueId:this.generateId,userId:(this?.userInfo as any).userId,timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone}
|
||||||
Https.axiosGet(Https.httpUrls.generateStopWaiting, {params:data}).then(
|
Https.axiosGet(Https.httpUrls.generateStopWaiting, {params:data}).then(
|
||||||
(rv) => {
|
(rv) => {
|
||||||
this.generateId = ''
|
this.generateId = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user