From c301637c34580c90709c0ef15a092143c1cebaca Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Wed, 5 Dec 2018 13:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BasicData/PersonnelManagement/index.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/BasicData/PersonnelManagement/index.vue b/src/views/BasicData/PersonnelManagement/index.vue index 050a1deb..8fdd3e83 100644 --- a/src/views/BasicData/PersonnelManagement/index.vue +++ b/src/views/BasicData/PersonnelManagement/index.vue @@ -538,15 +538,6 @@ export default { }, addPeople() { if (this.id) { - addPeople(this.id, this.people_form.Sex, this.people_form.Education, this.people_form.Address, this.people_form.Nation, this.people_form.Post, this.people_form.AccountNumber, this.people_form.Password, this.people_form.Name, this.people_form.IDcard, this.people_form.TimeOfEntry, this.people_form.Birthday, this.people_form.ContactInformation).then(response => { - if (response.data[0].result === '1') { - this.i = 1 - this.handleNodeClick() - this.$message.success('添加成功') - } else { - this.$message.error('添加失败') - } - }) this.people_title = '新增人员' this.people_DFV = true this.addForm('people_form')