Commit 5d70c016 authored by huangjie's avatar huangjie

*

parent 407c50e4
...@@ -234,6 +234,7 @@ ...@@ -234,6 +234,7 @@
}); });
}, },
toct(){ toct(){
this.dialogVisible = false
this.$router.push({path:'/macro/urban'}) this.$router.push({path:'/macro/urban'})
}, },
//输入数字 //输入数字
......
...@@ -430,6 +430,7 @@ ...@@ -430,6 +430,7 @@
} }
}, },
toct(){ toct(){
this.dialogVisible = false
this.$router.push({path:'/macro/urban'}) this.$router.push({path:'/macro/urban'})
}, },
getDictType(){ getDictType(){
......
...@@ -273,6 +273,7 @@ export default { ...@@ -273,6 +273,7 @@ export default {
} }
}, },
toct(){ toct(){
this.dialogVisible = false
this.$router.push({path:'/macro/urban'}) this.$router.push({path:'/macro/urban'})
}, },
getDictType(){ getDictType(){
......
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