|
|
@@ -404,11 +404,11 @@ export default {
|
|
|
return row[item];
|
|
|
});
|
|
|
let info = this.getInfo(this.showTable, keys);
|
|
|
- let aid = info.list.map(item => {
|
|
|
+ let arrid = info.list.map(item => {
|
|
|
return item.id;
|
|
|
});
|
|
|
this.isShow = true;
|
|
|
- this.$refs.public.init(aid);
|
|
|
+ this.$refs.public.init(arrid);
|
|
|
// this.$router.push({
|
|
|
// path: '/arrangeAssignExpert',
|
|
|
// query: {
|
|
|
@@ -500,11 +500,11 @@ export default {
|
|
|
return row[item];
|
|
|
});
|
|
|
let info = this.getInfo(this.showTable, keys);
|
|
|
- let aid = info.list.map(item => {
|
|
|
+ let arrid = info.list.map(item => {
|
|
|
return item.id;
|
|
|
});
|
|
|
this.$alert('确定取消吗?', '警告', { type: 'error' }).then(() => {
|
|
|
- this.$http.post('/arrangeJudge/cancelAssign', { arranges: aid.join(',') }).then(res => {
|
|
|
+ this.$http.post('/arrangeJudge/cancelAssign', { arranges: arrid.join(',') }).then(res => {
|
|
|
this.$message.success('取消成功');
|
|
|
setTimeout(() => {
|
|
|
this.$router.go(0);
|