Commit d19a4bde authored by 涂伟's avatar 涂伟
parents 89b26001 afdfe487
Pipeline #69816 passed with stages
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6", "@wangeditor/editor-for-react": "^1.0.6",
"@wisdom-cesium/cesium": "^1.0.78", "@wisdom-cesium/cesium": "1.1.12",
"@wisdom-cesium/krpano": "^1.0.29-30", "@wisdom-cesium/krpano": "^1.0.29-30",
"@wisdom-map/amap": "1.1.0-beta.45", "@wisdom-map/amap": "1.1.0-beta.45",
"@wisdom-map/arcgismap": "1.4.0-138", "@wisdom-map/arcgismap": "1.4.0-138",
......
...@@ -122,7 +122,7 @@ const Workflow = () => { ...@@ -122,7 +122,7 @@ const Workflow = () => {
setEditMsg(val); setEditMsg(val);
}; };
const timeConfig = (val, e) => { const timeConfig = (val, e) => {
console.log(val, 'val'); console.log(val, 'val1');
e.stopPropagation(); e.stopPropagation();
showModal('auxiliaryView', true); showModal('auxiliaryView', true);
setModalType('edit'); setModalType('edit');
......
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