|
|
@ -26,14 +26,14 @@ |
|
|
|
addContractinfo, |
|
|
|
getContractinfoByProjectId, |
|
|
|
} from './projectContract.api'; |
|
|
|
import { queryProjectInfoById,getContractinfoByProjectIdAndTaskName } from '@/views/projectLib/projectInfo/projectInfo.api'; |
|
|
|
import { queryProjectInfoById } from '@/views/projectLib/projectInfo/projectInfo.api'; |
|
|
|
import { ElMessage } from 'element-plus'; |
|
|
|
import { useModalInner, BasicModal } from '@/components/Modal'; |
|
|
|
import { FormSchema } from '@/components/Form'; |
|
|
|
import { message } from 'ant-design-vue'; |
|
|
|
import { PlusCircleOutlined, MinusCircleOutlined } from '@ant-design/icons-vue'; |
|
|
|
import { cloneDeep } from 'lodash-es'; |
|
|
|
import { getTaskNameTypeDict } from './projectContract.api'; |
|
|
|
import { getTaskNameTypeDict,getContractinfoByProjectIdAndTaskName } from './projectContract.api'; |
|
|
|
import { da } from 'element-plus/es/locale'; |
|
|
|
|
|
|
|
const aaa = ({ values }) => { |
|
|
|