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