zhouhao
2021-11-03 ab12dfac7b298b69340fc9cf5af9b5eed5c02d0b
src/views/mine/stores/storeOprs-detail.vue
@@ -25,8 +25,12 @@
  import { mapState } from 'vuex';
  export default {
    name: "stores-detail",
    computed: {
      ...mapState(["userinfo"]),
    },
    data(){
      return {
        orgType:"",
        isShowArea:false,
        dialogShow:false,
        menText:'冻结店员',
@@ -44,6 +48,7 @@
      }
    },
    created(){
      this.orgType = this.userinfo.orgType;
      this.init();
    },
    methods:{
@@ -87,6 +92,7 @@
          orgId:this.queryStoreId,
          id:this.$route.query.mgrId
        };
        list.menuPower = [100001, 100006]
        if(this.$validator(this.form,this.rule).check(item=>{
          this.$notify(item.message);
        })){