Commit fbebcdff authored by 徐俊's avatar 徐俊

xujun

parent 8446e94f
......@@ -272,6 +272,7 @@ export default {
this.$api.projectAssign.getAssignExpertById({ id: this.value }).then(({ data = {} }) => {
if (data) {
this.formData = data
console.log(this.formData)
this.getProjectInfoById(data.projId)
this.isExpertInfoLoad = true
this.loading = false
......
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