zhaoxiaoqiang
2023-04-14 a5604d778ca31451a95d8dabdf94f7ebc78e5c55
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;