Browse Source

项目信息页面,注释调用协办单位相关的逻辑代码

feature
wxz 3 years ago
parent
commit
3b22d15114
  1. 24
      src/views/modules/shequzhili/xiangmu/cpts/project-info.vue

24
src/views/modules/shequzhili/xiangmu/cpts/project-info.vue

@ -1050,7 +1050,7 @@ export default {
if (data.projectStatus == "pending") {
this.getMyDepartmentList();
this.getAssistanceUnitList();
// this.getAssistanceUnitList();
if (data.returnable) {
this.getReturnableList();
}
@ -1094,19 +1094,19 @@ export default {
},
//
async getAssistanceUnitList () {
const url = "/heart/icpartyunit/assistanceUnitList";
// async getAssistanceUnitList () {
// const url = "/heart/icpartyunit/assistanceUnitList";
const { data, code, msg } = await requestPost(url, {
// projectId: this.projectIdCopy,
});
// const { data, code, msg } = await requestPost(url, {
// // projectId: this.projectIdCopy,
// });
if (code === 0) {
this.assistanceUnitList = data;
} else {
this.$message.error(msg);
}
},
// if (code === 0) {
// this.assistanceUnitList = data;
// } else {
// this.$message.error(msg);
// }
// },
//
async getIssueInfo () {

Loading…
Cancel
Save