Commit 561c6c88 authored by 向偲彪's avatar 向偲彪
Browse files

fix

parent 8854b365
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,6 +129,6 @@
      this.list = this.workerGroupList
    },
    mounted () {},
    components: { }
    components: {},
  }
</script>
 No newline at end of file
+1 −2
Original line number Diff line number Diff line
@@ -141,8 +141,7 @@
        this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo
      }
    },
    created () {
    },
    created () {},
    mounted () {
      this.$modal.destroy()
    },