Commit e2b3990d by 史敦盼

Merge branch 'master' into sdp-v1

2 parents d8a9ab06 c7269591
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
methods: { methods: {
getDetails() {//查看详情,从表格跳转过来的 getDetails() {//查看详情,从表格跳转过来的
const params = { const params = {
archiPrjReviewEnum: 'SECURITY_ARCHITECTURE_CONFORMANCE', reviewEnum: 'SECURITY_ARCHITECTURE_CONFORMANCE',
prjId: this.prjId, prjId: this.prjId,
} }
queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => { queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => {
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
}, },
saveSuggestion() {//保存 saveSuggestion() {//保存
const params = { const params = {
"archiPrjReviewEnum": "SECURITY_ARCHITECTURE_CONFORMANCE", "reviewEnum": "SECURITY_ARCHITECTURE_CONFORMANCE",
"prjId": this.prjId, "prjId": this.prjId,
"reviewState": this.radio, "reviewState": this.radio,
"reviewSuggestion": this.textarea "reviewSuggestion": this.textarea
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
methods: { methods: {
getDetails() {//查看详情,从表格跳转过来的 getDetails() {//查看详情,从表格跳转过来的
const params = { const params = {
archiPrjReviewEnum: 'DEPLOYMENT_ARCHITECTURE_REVIEW', reviewEnum: 'DEPLOYMENT_ARCHITECTURE_REVIEW',
prjId: this.prjId, prjId: this.prjId,
} }
queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => { queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => {
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
}, },
saveSuggestion() {//保存 saveSuggestion() {//保存
const params = { const params = {
"archiPrjReviewEnum": "DEPLOYMENT_ARCHITECTURE_REVIEW", "reviewEnum": "DEPLOYMENT_ARCHITECTURE_REVIEW",
"prjId": this.prjId, "prjId": this.prjId,
"reviewState": this.radio, "reviewState": this.radio,
"reviewSuggestion": this.textarea "reviewSuggestion": this.textarea
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
methods: { methods: {
getDetails() {//查看详情,从表格跳转过来的 getDetails() {//查看详情,从表格跳转过来的
const params = { const params = {
archiPrjReviewEnum: 'TECHNICAL_ARCHITECTURE_CONFORMANCE', reviewEnum: 'TECHNICAL_ARCHITECTURE_CONFORMANCE',
prjId: this.prjId, prjId: this.prjId,
} }
queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => { queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => {
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
}, },
saveSuggestion() {//保存 saveSuggestion() {//保存
const params = { const params = {
"archiPrjReviewEnum": "TECHNICAL_ARCHITECTURE_CONFORMANCE", "reviewEnum": "TECHNICAL_ARCHITECTURE_CONFORMANCE",
"prjId": this.prjId, "prjId": this.prjId,
"reviewState": this.radio, "reviewState": this.radio,
"reviewSuggestion": this.textarea "reviewSuggestion": this.textarea
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
methods: { methods: {
getDetails() {//查看详情,从表格跳转过来的 getDetails() {//查看详情,从表格跳转过来的
const params = { const params = {
archiPrjReviewEnum: 'APPLICATION_ARCHITECTURE_CONFORMANCE', reviewEnum: 'APPLICATION_ARCHITECTURE_CONFORMANCE',
prjId: this.prjId, prjId: this.prjId,
} }
queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => { queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => {
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
}, },
saveSuggestion() {//保存 saveSuggestion() {//保存
const params = { const params = {
"archiPrjReviewEnum": "APPLICATION_ARCHITECTURE_CONFORMANCE", "reviewEnum": "APPLICATION_ARCHITECTURE_CONFORMANCE",
"prjId": this.prjId, "prjId": this.prjId,
"reviewState": this.radio, "reviewState": this.radio,
"reviewSuggestion": this.textarea "reviewSuggestion": this.textarea
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
methods: { methods: {
getDetails() {//查看详情,从表格跳转过来的 getDetails() {//查看详情,从表格跳转过来的
const params = { const params = {
archiPrjReviewEnum: 'PHYSICAL_DATA_ARCHITECTURE_CONFORMANCE', reviewEnum: 'PHYSICAL_DATA_ARCHITECTURE_CONFORMANCE',
prjId: this.prjId, prjId: this.prjId,
} }
queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => { queryReviewArchiFollowCheckRightSuggestionDetails(params).then(res => {
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
}, },
saveSuggestion() {//保存 saveSuggestion() {//保存
const params = { const params = {
"archiPrjReviewEnum": "PHYSICAL_DATA_ARCHITECTURE_CONFORMANCE", "reviewEnum": "PHYSICAL_DATA_ARCHITECTURE_CONFORMANCE",
"prjId": this.prjId, "prjId": this.prjId,
"reviewState": this.radio, "reviewState": this.radio,
"reviewSuggestion": this.textarea "reviewSuggestion": this.textarea
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!