|
|
@ -2232,6 +2232,7 @@ export default { |
|
|
limit: this.pageSize, |
|
|
limit: this.pageSize, |
|
|
createBy: this.$store.state.user.name, |
|
|
createBy: this.$store.state.user.name, |
|
|
page: 1, |
|
|
page: 1, |
|
|
|
|
|
menuId: this.$route.meta.menuId, |
|
|
} |
|
|
} |
|
|
this.dataListLoading = true |
|
|
this.dataListLoading = true |
|
|
proofingInformationSearch(params).then(({data}) => { |
|
|
proofingInformationSearch(params).then(({data}) => { |
|
|
|