管理节点信息修改
This commit is contained in:
parent
087f061f87
commit
fa3b9c51df
@ -103,7 +103,7 @@ export default {
|
||||
diseaseTypeName: null,
|
||||
questionnaireName: null,
|
||||
questionnaireStatus: "PUBLISHED",
|
||||
questionType: "REGULAR_QUESTIONNAIRE"
|
||||
// questionType: "REGULAR_QUESTIONNAIRE"
|
||||
},
|
||||
handleselectId: '',
|
||||
handleselectName: null,
|
||||
@ -166,8 +166,9 @@ export default {
|
||||
getDepartmentList({
|
||||
departmentName: this.departmentName,
|
||||
questionnaireStatus: "PUBLISHED",
|
||||
questionType: "REGULAR_QUESTIONNAIRE",
|
||||
// questionType: "REGULAR_QUESTIONNAIRE",
|
||||
}).then(response => {
|
||||
console.log('0000000000')
|
||||
// response.data.forEach(e => {
|
||||
// e.label = e.departmentName
|
||||
// })
|
||||
@ -178,7 +179,7 @@ export default {
|
||||
getList() {
|
||||
this.loading = true;
|
||||
this.queryParams.questionnaireStatus = "PUBLISHED"
|
||||
this.queryParams.questionType = "REGULAR_QUESTIONNAIRE"
|
||||
// this.queryParams.questionType = "REGULAR_QUESTIONNAIRE"
|
||||
listQuestion(this.queryParams).then(response => {
|
||||
this.questionList = response.rows;
|
||||
this.total = response.total;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user