描述:企业管理编辑员工调用错误接口

This commit is contained in:
SelfRidicule 2024-04-07 14:05:37 +08:00
parent e6ac80640e
commit 07c8c8354b

View File

@ -230,14 +230,6 @@ export default {
this.contactId = contactInfo.id this.contactId = contactInfo.id
this.form.resetFields() this.form.resetFields()
this.edit(contactInfo) this.edit(contactInfo)
let param = {
icsCustomerId:contactInfo.customerId
}
getCustomer(param).then(res =>{
this.data =res.rows
})
}, },
edit (record) { edit (record) {
console.log('编辑按钮',111) console.log('编辑按钮',111)