jeecg 重新加载表格

 searchQuery() {

        let id = this.$route.query.id;

        if(id){

          this.queryParam.resourceInfoId = id//this.$store.state.resourceInfoId

        }else{

          this.queryParam.resourceInfoId = ''

        }

        this.loadData();//重新加载表格

        this.isShow = true;

      },

你可能感兴趣的:(vue.js)