|
@@ -72,10 +72,9 @@ export default {
|
|
|
this.summaryBatchNo = summaryBatchNo
|
|
|
this.type = type
|
|
|
|
|
|
- const { websit_number, number } = this.$store.state.userInfo.websit_worker
|
|
|
- this.websitNumber = websit_number
|
|
|
- this.workerNumber = number
|
|
|
-
|
|
|
+ // const { websit_number, number } = this.$store.state.userInfo.websit_worker
|
|
|
+ // this.websitNumber = websit_number
|
|
|
+ // this.workerNumber = number
|
|
|
this.getList()
|
|
|
},
|
|
|
|
|
@@ -87,7 +86,7 @@ export default {
|
|
|
if (this.type == 1) {
|
|
|
url = '/daily/mywallet/repair/detail'
|
|
|
params = {
|
|
|
- workerNumber: this.workerNumber,
|
|
|
+ // workerNumber: this.workerNumber,
|
|
|
salaryNo: this.salaryNo || '',
|
|
|
summaryBatchNo: this.summaryBatchNo || '',
|
|
|
q: this.keyword
|
|
@@ -95,7 +94,7 @@ export default {
|
|
|
} else if (this.type == 2) {
|
|
|
url = '/daily/mywallet/repair/month/detail'
|
|
|
params = {
|
|
|
- workerNumber: this.workerNumber,
|
|
|
+ // workerNumber: this.workerNumber,
|
|
|
salaryNo: this.salaryNo || '',
|
|
|
summaryBatchNo: this.summaryBatchNo || '',
|
|
|
q: this.keyword
|
|
@@ -103,7 +102,7 @@ export default {
|
|
|
} else {
|
|
|
url = '/daily/mywallet/not/issue/list'
|
|
|
params = {
|
|
|
- workerNumber: this.workerNumber,
|
|
|
+ // workerNumber: this.workerNumber,
|
|
|
salaryNo: this.salaryNo || '',
|
|
|
summaryBatchNo: this.summaryBatchNo || '',
|
|
|
q: this.keyword,
|