Commit fc4cb588 by chenqiang

警犬修改、采集

parent db69588f
...@@ -1047,6 +1047,7 @@ export default { ...@@ -1047,6 +1047,7 @@ export default {
self.formLabelAlign.phoneNum = '' // 联系电话 self.formLabelAlign.phoneNum = '' // 联系电话
}, },
hxShuju(msg) { hxShuju(msg) {
debugger
let self = this; let self = this;
console.log(msg.idNo); //获取的身份正调用接口 console.log(msg.idNo); //获取的身份正调用接口
get(`${baseUrl}/artisanController/getArtisanById/${msg.idNo}`).then( get(`${baseUrl}/artisanController/getArtisanById/${msg.idNo}`).then(
...@@ -1072,7 +1073,7 @@ export default { ...@@ -1072,7 +1073,7 @@ export default {
} else { } else {
self.$set(self.formLabelAlign, key, list[key]); self.$set(self.formLabelAlign, key, list[key]);
self.$set(self.formLabelAlign,'artisanId',list.id) self.$set(self.formLabelAlign,'artisanId',list.id)
self.$forceUpdate()
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment