|
@@ -386,7 +386,7 @@
|
|
|
},
|
|
|
getCurrentChange(e){
|
|
|
console.log(e)
|
|
|
- getSelfTakeList(e,10,{}).then(res =>{
|
|
|
+ getSelfTakeList(e,10,{status:1}).then(res =>{
|
|
|
console.log(res)
|
|
|
this.selfTakeListTotal = res.data.data.total
|
|
|
this.selfTakeList = res.data.data.records
|
|
@@ -397,7 +397,7 @@
|
|
|
addSelftake(row){
|
|
|
this.row =row;
|
|
|
this.dialogVisible = true;
|
|
|
- getSelfTakeList().then(res =>{
|
|
|
+ getSelfTakeList(1,10,{status:1}).then(res =>{
|
|
|
console.log(res)
|
|
|
this.selfTakeListTotal = res.data.data.total
|
|
|
this.selfTakeList = res.data.data.records
|