Commit cda0e8b7 authored by alwayOnlie's avatar alwayOnlie

删除没有用代码

parent fa260bd0
......@@ -134,7 +134,6 @@ const PurchaseList = () => {
return new Promise((resolve, reject) => {
PublicApi.getContractPurchaseInquiryPageToBeCreate({
...params,
}).then(res => {
resolve(res.data)
})
......
import React, { useState, useRef, ReactNode } from 'react'
import React, { useRef, ReactNode } from 'react'
import { history, Link } from 'umi';
import { PageHeaderWrapper } from '@ant-design/pro-layout';
import { Card, Row, Col, Input, Button, Space, Popconfirm } from 'antd';
import { Card, Button, Space, Popconfirm } from 'antd';
import { ColumnType } from 'antd/lib/table/interface';
import { StandardTable } from 'god';
import NiceForm from '@/components/NiceForm';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment