修改bug 52195 法规清单-项目清单,发起确认流程,无法发起
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user