流程相关-分公司项目部新增

This commit is contained in:
lSun 2024-10-21 10:13:10 +08:00
parent f438af4832
commit e239a221f7
5 changed files with 9 additions and 11 deletions

View File

@ -306,7 +306,7 @@ import {downloadFile} from "@/utils/download";
import {getPersonSelect} from "@/api/system/userInfo";
export default {
name: "BranchPro",
name: "branchPro",
components: {Treeselect},
data() {
return {

View File

@ -271,7 +271,7 @@ import {downloadFile} from "@/utils/download";
import {getPersonSelect} from "@/api/system/userInfo";
export default {
name: "BranchPro",
name: "branchProExamine",
components: {Treeselect},
data() {
return {
@ -396,7 +396,7 @@ export default {
otherOptions: [],
};
},
created() {
mounted() {
if(this.$route.query.param){
console.log(this.$route.query.param)
this.queryParams.applyName=this.$route.query.param
@ -404,8 +404,6 @@ export default {
this.getList();
this.getPersonSelect();
},
methods: {
/** 人员选择下拉 */
getPersonSelect() {

View File

@ -124,7 +124,7 @@ import {getAttGroup} from "@/api/setting/rules";
export default {
name: "Roles",
name: "roles",
components: {Treeselect},
data() {
return {
@ -170,7 +170,7 @@ export default {
personOptions: [],
};
},
created() {
mounted() {
if(this.$route.query.param){
console.log(this.$route.query.param)
this.queryParams.userName=this.$route.query.param

View File

@ -107,7 +107,7 @@
import {getInfoById} from "@/api/process/roles";
export default {
name: "RolesExamine",
name: "rolesExamine",
data() {
return {
//
@ -140,7 +140,7 @@
form: {},
};
},
created() {
mounted() {
if(this.$route.query.param){
console.log(this.$route.query.param)
this.queryParams.userName=this.$route.query.param

View File

@ -104,7 +104,7 @@ import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
export default {
name: "Roles",
name: "rolesRemind",
components: {Treeselect},
data() {
return {
@ -151,7 +151,7 @@ export default {
personOptions: [],
};
},
created() {
mounted() {
if(this.$route.query.param){
console.log(this.$route.query.param)
this.queryParams.deptRoleName=this.$route.query.param