修改bug 52195 法规清单-项目清单,发起确认流程,无法发起

This commit is contained in:
zhangyichen
2022-03-28 16:09:21 +08:00
parent 922ffeb0c1
commit 01924334dd
2 changed files with 10 additions and 1 deletions
@@ -1413,6 +1413,15 @@ export default {
this.commentText = mes.commentText;
});
}
if (this.$route.query.row) {
let data = this.$route.query.row
this.qdform.projectId = data.id
this.qdform.projectName = data.projectName
this.qdform.projectNumber = data.projectNumber
this.qdform.detailedListName = data.projectGroup
this.qdform.endTime = data.projectEndDate
this.getStandData(this.qdform.projectId)
}
// 查询各下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", "", {
_this: this,
@@ -1341,7 +1341,7 @@ export default {
handleProcess(row) {
// 项目清单确认流程
this.$router.push({
name: 'xmqdqrStep1-4',
name: 'xmqdqrStep1',
query: {
row
}