src/views/operate/management/myIndex/components/examine/index.vue
@@ -162,8 +162,6 @@ handleSubmit(mystatus) { // this.getUserLoginInfo(); const {baseCase} = this; this.$refs.viewForm.validate((valid) => { if (valid) { this.$axios({ method: 'post', url: 'sccg/check_handle/check', @@ -186,10 +184,6 @@ }) .catch(err=>{console.log(err)}); } else { return false; } }) }, // 获取当前用户登录信息 getUserLoginInfo() {