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