luoyb
2021-03-10 a6c4d573907730c2e0a70dd5a1d1937888efabb5
src/views/user/Informationinput.vue
@@ -3119,6 +3119,7 @@
    this.initDept()
    this.thisShowIndex = 1
    this.isShow(false, 0)
    this.initJob()
  },
  methods: {
    importHandleAvatarError() {
@@ -3389,6 +3390,11 @@
    resetDeptTree() {
      this.$refs.deptTree.setCheckedKeys([])
    },
    initJob() {
      this.$get('system/position/dicJob').then((r) => {
        this.restaurJob = r.data.data
      })
    },
    butDelete() {
      let selected
      switch (this.thisShowIndex) {