|
@@ -185,6 +185,7 @@
|
|
list.push(obj);
|
|
list.push(obj);
|
|
}
|
|
}
|
|
batchApprove(list).then(response => {
|
|
batchApprove(list).then(response => {
|
|
|
|
+ this.$refs.multipleTable.clearSelection();
|
|
this.msgSuccess(response.msg)
|
|
this.msgSuccess(response.msg)
|
|
this.$parent.goPage(3);
|
|
this.$parent.goPage(3);
|
|
});
|
|
});
|
|
@@ -217,6 +218,7 @@
|
|
this.$set(this,'propsInfoDialogData',obj);
|
|
this.$set(this,'propsInfoDialogData',obj);
|
|
this.$set(this,'infoDialogType',type);
|
|
this.$set(this,'infoDialogType',type);
|
|
}else{
|
|
}else{
|
|
|
|
+ this.$refs.multipleTable.clearSelection();
|
|
this.getList();
|
|
this.getList();
|
|
this.$set(this,'infoDialogType',type);
|
|
this.$set(this,'infoDialogType',type);
|
|
}
|
|
}
|