src/views/basic/gyEmployee/gyEmployee.vue
@@ -353,7 +353,7 @@ }}</span> <el-button type="text" @click="handleEdit(row, (OperationType = 3))" @click.stop="handleEdit(row, (OperationType = 3))" v-else-if="column.property == '职员代码'" >{{ row.职员代码 }}</el-button > @@ -1055,7 +1055,7 @@ if (this.openPage) { this.$emit("deptEmitDb", row, 4); } else { this.handleEdit(); this.handleEdit(row); } }, // 多选框选中数据 @@ -1250,7 +1250,8 @@ }); }, //打开修改组件弹窗 handleEdit() { handleEdit(row) { this.rowForm = row this.$nextTick(() => { this.openEdit = true; this.editShow = true;