zhouhao
2021-11-03 ab12dfac7b298b69340fc9cf5af9b5eed5c02d0b
src/views/old/store/productManagement.vue
@@ -40,9 +40,6 @@
        },
        computed:{
            ...mapState(['userinfo']),
        },
        methods: {
            goBackPage() {
@@ -233,7 +230,6 @@
            init() {
                this.$api.storeProdList({
                }).then(res => {
                    // console.log(res.body)
                    // this.prodTypeList=[]
                    this.mgrIsOpen = res.body.mgrIsOpen;
                    this.orgType = res.body.orgType;