Blame view

src/api/progressRate.js 275 Bytes
DESKTOP-AO0VKC8\mahua authored
1
2
3
4
5
6
7
8
9
import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage'
import Vue from 'vue'
import {UI_CACHE_DB_DICT_DATA } from "@/store/mutation-types"

const getTask = (params)=>postAction("/scheduler/progressRate/query", params);

export {
  getTask
}