Explorar el Código

立即执行成功后 加提示语

tags/v1.0.0^2
余菲 hace 2 años
padre
commit
561a8b8ac9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/views/task-manage/all-task/tools/table.js

+ 1
- 0
src/views/task-manage/all-task/tools/table.js Ver fichero

@@ -38,6 +38,7 @@ function handleImplement(row) {
implement(row.id)
.then(res => {
if (res.code === 0) {
$message.success('机场设备开始自检,请稍等')
handleSearch()
}
})

Cargando…
Cancelar
Guardar