antd vue 获取点击的bable的某一项

            
            

        click(record) {
            return {
                on: {
                    click: () => {
                        this.$router.push({
                            path: "/system/materialDetail",
                            query: {goodsID: record.goodsID, edit: "false"}
                        });
                    }
                }
            };
        },

你可能感兴趣的:(antd vue 获取点击的bable的某一项)