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

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"; import {getPersonSelect} from "@/api/system/userInfo";
export default { export default {
name: "BranchPro", name: "branchPro",
components: {Treeselect}, components: {Treeselect},
data() { data() {
return { return {

View File

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

View File

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

View File

@ -107,7 +107,7 @@
import {getInfoById} from "@/api/process/roles"; import {getInfoById} from "@/api/process/roles";
export default { export default {
name: "RolesExamine", name: "rolesExamine",
data() { data() {
return { return {
// //
@ -140,7 +140,7 @@
form: {}, form: {},
}; };
}, },
created() { mounted() {
if(this.$route.query.param){ if(this.$route.query.param){
console.log(this.$route.query.param) console.log(this.$route.query.param)
this.queryParams.userName=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"; import "@riophae/vue-treeselect/dist/vue-treeselect.css";
export default { export default {
name: "Roles", name: "rolesRemind",
components: {Treeselect}, components: {Treeselect},
data() { data() {
return { return {
@ -151,7 +151,7 @@ export default {
personOptions: [], personOptions: [],
}; };
}, },
created() { mounted() {
if(this.$route.query.param){ if(this.$route.query.param){
console.log(this.$route.query.param) console.log(this.$route.query.param)
this.queryParams.deptRoleName=this.$route.query.param this.queryParams.deptRoleName=this.$route.query.param