生成巡检任务刷新列表

master
zhangdi 11 months ago
parent 12a020b144
commit f9d9851185
  1. 2
      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 }) {

Loading…
Cancel
Save