代码调整

This commit is contained in:
dong 2022-11-24 11:27:16 +08:00
parent d1bfbe0aad
commit 602184feaf

View File

@ -222,7 +222,7 @@ export default {
this.$refs.createSingleUser.doShow();
},
companyManage() {
this.$router.push({ path: `/system/companyManage`});
this.$router.push({ path: `/systemManagement/systemDataManagement/companyManage`});
},
handleBind(index, row) {
this.$refs.bindCompany.doShow(row);