|
@@ -473,7 +473,7 @@ export default {
|
|
|
// this.loadData(null,queryParam);
|
|
// this.loadData(null,queryParam);
|
|
|
// this.selectedRowKeys = [];
|
|
// this.selectedRowKeys = [];
|
|
|
// this.selectionRows = [];
|
|
// this.selectionRows = [];
|
|
|
- this.$router.push({path: '/networkAccess/registration', query: {id: record.id,cardNo: record.cardNo,isDisable:'is'}});
|
|
|
|
|
|
|
+ this.$router.push({path: '/networkAccess/registration', query: {id: record.id,cardNo: record.cardNo,isDisable:true}});
|
|
|
},
|
|
},
|
|
|
showByCardName(record){
|
|
showByCardName(record){
|
|
|
let queryParam = {
|
|
let queryParam = {
|