浏览代码

fix

master
张泽亮 3 个月前
父节点
当前提交
63cbfb28ac
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/views/app/project/operate_edit.vue

+ 3
- 3
src/views/app/project/operate_edit.vue 查看文件

@@ -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) {


正在加载...
取消
保存