流程相关-分公司项目部新增
This commit is contained in:
parent
f438af4832
commit
e239a221f7
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue