diff --git a/web/client/src/sections/projectRegime/containers/pointDeploy/default.js b/web/client/src/sections/projectRegime/containers/pointDeploy/default.js index 71bb257..74b4be4 100644 --- a/web/client/src/sections/projectRegime/containers/pointDeploy/default.js +++ b/web/client/src/sections/projectRegime/containers/pointDeploy/default.js @@ -294,7 +294,6 @@ class ConfigPlanarGraph extends Component { } }); this.props.dispatch(setDeployPoints(pictureInfo.id, { "spots": postData })).then(res => { - message.success(res.payload.message); this.setState({ dataHasChanged: false, deployState: -1 }, () => { this.props.dispatch(getDeployPoints(pictureInfo.id));//获取平面图点位分布 }); @@ -309,7 +308,7 @@ class ConfigPlanarGraph extends Component { let w = clientWidth / 1.3; return (
- +
@@ -324,7 +323,7 @@ class ConfigPlanarGraph extends Component {
{ treeDataSource ? -
+
{this.loop(treeDataSource)}
:
暂无点位
diff --git a/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less b/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less index c61a5f1..5b1d402 100644 --- a/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less +++ b/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less @@ -1,5 +1,11 @@ .search-panel { text-align: center; + .btn-spots-filter { + //选中的 + background-color: #3198F7; + border-color: #3198F7; + color: #fff; + } } .search-panel input {