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) {