whycwx
2021-08-06 11f794ee33771f9c1bab2d417247717d268896b5
src/pages/functionList/functionList.vue
@@ -27,17 +27,16 @@
        }
    },
    mounted(){
    },
    methods: {
        ok:function(val){
            let self = this;
            let obj = this.$route.query;
                obj.num = val;
                self.$router.push({
                    path: '/parameter',
                    query:{
                        id:1001,
                        num:val
                    }
                    query:obj
                })
        }
    },