src/views/securityCompany/security.vue
@@ -254,7 +254,7 @@ }, methods: { rowClickSelf(val) { console.log(val.departmentid); // console.log(val.departmentid); this.$router.push({ path: "/securityGuardManagement/registerOnce", query: { departmentid: val.departmentid }, @@ -271,7 +271,7 @@ }; }, submitf(form, done) { console.log(form); // console.log(form); var that = this; savePunish(form).then((res) => { this.$message({