|
|
|
@ -852,6 +852,8 @@ |
|
|
|
issueChange, // 下达 |
|
|
|
submitChange, // 提交 |
|
|
|
getNodeAuthority, // 获取节点权限 |
|
|
|
issueChange2, // 临时下达方法 |
|
|
|
submitChange2, // 临时提交方法 |
|
|
|
} from '@/api/changeManagement/changeManagement.js' |
|
|
|
import ChooseList from '@/views/modules/common/Chooselist' |
|
|
|
import changeUploadFile from "../base/upload_file.vue"; |
|
|
|
@ -2157,7 +2159,7 @@ |
|
|
|
changeNo: row.changeNo, |
|
|
|
menuId: this.$route.meta.menuId |
|
|
|
} |
|
|
|
issueChange(tempData).then(({data}) => { |
|
|
|
issueChange2(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.getDataList() |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
@ -2193,7 +2195,7 @@ |
|
|
|
menuId: this.$route.meta.menuId, |
|
|
|
nodeConclusion: this.modalData.nodeConclusion |
|
|
|
} |
|
|
|
submitChange(tempData).then(({data}) => { |
|
|
|
submitChange2(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.getDataList() |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
|