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

Loading…
Cancel
Save