mirror of
https://github.com/shawncai/ERP.git
synced 2025-02-01 04:19:30 +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,
|
||||
judgeStat: 2,
|
||||
repositoryId: this.$store.getters.repositoryId,
|
||||
regionIds: this.$store.getters.regionId,
|
||||
regionIds: this.$store.getters.regionId
|
||||
},
|
||||
// 传给组件的数据
|
||||
personalForm: {},
|
||||
|
|
|
@ -234,6 +234,7 @@ export default {
|
|||
repositoryId: this.$store.getters.repositoryId,
|
||||
regionIds: this.$store.getters.regionId,
|
||||
supplierId: this.supp,
|
||||
isActive: 1
|
||||
},
|
||||
// 传给组件的数据
|
||||
personalForm: {},
|
||||
|
|
|
@ -251,6 +251,7 @@ export default {
|
|||
repositoryId: this.$store.getters.repositoryId,
|
||||
regionIds: this.$store.getters.regionId,
|
||||
supplierId: this.supp,
|
||||
isActive: 1
|
||||
},
|
||||
// 传给组件的数据
|
||||
personalForm: {},
|
||||
|
|
|
@ -255,6 +255,7 @@ export default {
|
|||
repositoryId: this.$store.getters.repositoryId,
|
||||
regionIds: this.$store.getters.regionId,
|
||||
supplierId: this.supp,
|
||||
isActive: 1
|
||||
},
|
||||
// 传给组件的数据
|
||||
personalForm: {},
|
||||
|
|
|
@ -253,6 +253,7 @@ export default {
|
|||
repositoryId: this.$store.getters.repositoryId,
|
||||
regionIds: this.$store.getters.regionId,
|
||||
supplierId: this.supp,
|
||||
isActive: 1
|
||||
},
|
||||
// 传给组件的数据
|
||||
personalForm: {},
|
||||
|
|
Loading…
Reference in a new issue