Commit cda5b656 authored by wuhao's avatar wuhao 🎯

killer

parent e23bd161
import React, { useState, useEffect } from 'react';
import AutoTable from '../../AutoTable';
import AutoTable from '../../AutoTable/mtable';
import EditTable from '../EditTable';
function Expandables({ value, onChange, item }) {
......
......@@ -1488,7 +1488,6 @@ function FormList({ item, colProps, formRef }) {
}
const Todo = ({ actionRef, value, item, params, rowKey, chooses, onChange }) => {
console.log(params);
return (
<EditTable
actionRef={actionRef}
......
......@@ -1051,8 +1051,8 @@ function Failure(props) {
},
],
path: '/sparepart/lifePieceAccount/queryPageByEquipment',
extraparams: { equipmentId: drawer?.item?.equipmentId },
expandablePath: '/sparepart/lineStock/queryReplaceStock',
extraparams: { equipmentId: drawer?.item?.equipmentId },
},
];
return (
......
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