|
|
@@ -226,7 +226,7 @@ export default {
|
|
|
checkboxCallBack(val){
|
|
|
this.selectData = []
|
|
|
val.forEach((item,index) => {
|
|
|
- this.selectData[index] = item.sa_contractid
|
|
|
+ this.selectData[index] = item.sa_agentsid
|
|
|
})
|
|
|
this.$refs.batchDeletion.length = this.selectData.length
|
|
|
this.$refs.batchRecovery.length = this.selectData.length
|