Browse Source

fix

master
张泽亮 3 months ago
parent
commit
63cbfb28ac
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/app/project/operate_edit.vue

+ 3
- 3
src/views/app/project/operate_edit.vue View File

@@ -181,9 +181,9 @@
this.form.jymj = 0;
})
}
// getInfoByImportCode(response.data.importCode).then((res) => {
// this.form.deptId = res.data.deptId
// });
getInfoByImportCode(response.data.importCode).then((res) => {
this.form.deptId = res.data.deptId
});
});
},
onConfirmJydxlx(value) {


Loading…
Cancel
Save