mirror of
https://github.com/shawncai/ERP.git
synced 2025-02-01 12:27:44 +08:00
bbb
This commit is contained in:
parent
021344aabb
commit
4fbdba5a43
5 changed files with 5 additions and 1 deletions
|
@ -257,7 +257,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
judgeStat: 2,
|
judgeStat: 2,
|
||||||
repositoryId: this.$store.getters.repositoryId,
|
repositoryId: this.$store.getters.repositoryId,
|
||||||
regionIds: this.$store.getters.regionId,
|
regionIds: this.$store.getters.regionId
|
||||||
},
|
},
|
||||||
// 传给组件的数据
|
// 传给组件的数据
|
||||||
personalForm: {},
|
personalForm: {},
|
||||||
|
|
|
@ -234,6 +234,7 @@ export default {
|
||||||
repositoryId: this.$store.getters.repositoryId,
|
repositoryId: this.$store.getters.repositoryId,
|
||||||
regionIds: this.$store.getters.regionId,
|
regionIds: this.$store.getters.regionId,
|
||||||
supplierId: this.supp,
|
supplierId: this.supp,
|
||||||
|
isActive: 1
|
||||||
},
|
},
|
||||||
// 传给组件的数据
|
// 传给组件的数据
|
||||||
personalForm: {},
|
personalForm: {},
|
||||||
|
|
|
@ -251,6 +251,7 @@ export default {
|
||||||
repositoryId: this.$store.getters.repositoryId,
|
repositoryId: this.$store.getters.repositoryId,
|
||||||
regionIds: this.$store.getters.regionId,
|
regionIds: this.$store.getters.regionId,
|
||||||
supplierId: this.supp,
|
supplierId: this.supp,
|
||||||
|
isActive: 1
|
||||||
},
|
},
|
||||||
// 传给组件的数据
|
// 传给组件的数据
|
||||||
personalForm: {},
|
personalForm: {},
|
||||||
|
|
|
@ -255,6 +255,7 @@ export default {
|
||||||
repositoryId: this.$store.getters.repositoryId,
|
repositoryId: this.$store.getters.repositoryId,
|
||||||
regionIds: this.$store.getters.regionId,
|
regionIds: this.$store.getters.regionId,
|
||||||
supplierId: this.supp,
|
supplierId: this.supp,
|
||||||
|
isActive: 1
|
||||||
},
|
},
|
||||||
// 传给组件的数据
|
// 传给组件的数据
|
||||||
personalForm: {},
|
personalForm: {},
|
||||||
|
|
|
@ -253,6 +253,7 @@ export default {
|
||||||
repositoryId: this.$store.getters.repositoryId,
|
repositoryId: this.$store.getters.repositoryId,
|
||||||
regionIds: this.$store.getters.regionId,
|
regionIds: this.$store.getters.regionId,
|
||||||
supplierId: this.supp,
|
supplierId: this.supp,
|
||||||
|
isActive: 1
|
||||||
},
|
},
|
||||||
// 传给组件的数据
|
// 传给组件的数据
|
||||||
personalForm: {},
|
personalForm: {},
|
||||||
|
|
Loading…
Reference in a new issue