| src/views/clientManagement/clientManagement.vue | ●●●●● patch | view | raw | blame | history |
src/views/clientManagement/clientManagement.vue
@@ -580,12 +580,14 @@ "form.oneId":{ handler(val) { var that = this; if (val != null && val !=""){ getBaTree(val).then(res => { if (res) { that.form.onePhone = res.data.data.records[0].phone; that.form.oneContacts = res.data.data.records[0].name; } }); } }, } },