| | |
| | | }, |
| | | methods: { |
| | | rowClickSelf(val) { |
| | | console.log(val.departmentid); |
| | | // console.log(val.departmentid); |
| | | this.$router.push({ |
| | | path: "/securityGuardManagement/registerOnce", |
| | | query: { departmentid: val.departmentid }, |
| | |
| | | }; |
| | | }, |
| | | submitf(form, done) { |
| | | console.log(form); |
| | | // console.log(form); |
| | | var that = this; |
| | | savePunish(form).then((res) => { |
| | | this.$message({ |
| | |
| | | // delete (row["name"]); |
| | | var obj = row; |
| | | obj["name"] = "保安公司详细信息"; |
| | | console.log(obj, "obj"); |
| | | // console.log(obj, "obj"); |
| | | this.$router.push({ |
| | | path: `/securityCompany/index`, |
| | | query: obj, |