按钮防重复点击
This commit is contained in:
@ -90,12 +90,12 @@ export default {
|
||||
reportingItem:this.radio ? this.radio : "",
|
||||
reportingDesc:this.decscripTxt ? this.decscripTxt : ""
|
||||
})
|
||||
if(result.code === 200){
|
||||
// if(result.code === 200){
|
||||
this.$toast(result.msg)
|
||||
setTimeout(()=>{
|
||||
window.android.sendMessage("goBack");
|
||||
},2000)
|
||||
}
|
||||
// }
|
||||
}else{
|
||||
this.$toast("报备事项和报备描述必填一项")
|
||||
}
|
||||
|
Reference in New Issue
Block a user