diff --git a/src/views/businessManagement/inspection/task.vue b/src/views/businessManagement/inspection/task.vue index 69cbb2e..8f5dcd3 100644 --- a/src/views/businessManagement/inspection/task.vue +++ b/src/views/businessManagement/inspection/task.vue @@ -678,6 +678,8 @@ export default { createTask() { taskCreat().then(res => { console.log('res =========>', res) + this.onLoad() + }) }, objectSpanMethod({ row, column, rowIndex, columnIndex }) {