ag-grid-vue 本地删除,不重新刷新数据
// 这是本地删除,不重新刷新数据
that.gridListOptions.api.updateRowData({
remove: [that.submitTransmitData]
});
// 这是本地删除,不重新刷新数据
that.gridListOptions.api.updateRowData({
remove: [that.submitTransmitData]
});