zhouhao
2021-11-04 43f8bdca58733c2cf9be0653fa25e2c801645567
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;