fix: 修复_fileter和_sort方法引用
This commit is contained in:
parent
9ed341da50
commit
03a8401b1b
|
@ -88,12 +88,11 @@ import MsTableHeader from "../../../common/components/MsTableHeader";
|
|||
import MsCreateBox from "../../../settings/CreateBox";
|
||||
import MsTablePagination from "../../../common/pagination/TablePagination";
|
||||
import {
|
||||
_filter,
|
||||
_sort,
|
||||
checkoutTestManagerOrTestUser,
|
||||
getCurrentProjectID,
|
||||
getCurrentWorkspaceId
|
||||
} from "../../../../../common/js/utils";
|
||||
import {_filter, _sort} from "@/common/js/tableUtils";
|
||||
import PlanStatusTableItem from "../../common/tableItems/plan/PlanStatusTableItem";
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue