Commit 58cb6dd0 authored by DarkForst's avatar DarkForst

debug

parent 56f498de
Pipeline #15266 passed with stages
in 1 minute and 2 seconds
......@@ -169,10 +169,9 @@
</option>
</component>
<component name="ProjectFrameBounds" extendedState="6">
<option name="x" value="686" />
<option name="y" value="1" />
<option name="width" value="681" />
<option name="height" value="768" />
<option name="x" value="685" />
<option name="width" value="682" />
<option name="height" value="769" />
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="1" id="添加" />
......
......@@ -72,7 +72,7 @@ const Process = (props) => {
setAdjunctData(res)
});
};
const [button, setButton] = useState([])
// const [button, setButton] = useState([])
const getButton= uuid => {
axiosRequest({
method: 'post',
......@@ -80,7 +80,7 @@ const Process = (props) => {
body: {curNodeId: nodeId}
}).then(res => {
console.log(res)
setButton(res)
// setButton(res)
});
};
useEffect(() => {
......
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