管理节点信息修改

This commit is contained in:
shidongli 2024-06-18 15:20:29 +08:00
parent 087f061f87
commit fa3b9c51df

View File

@ -103,7 +103,7 @@ export default {
diseaseTypeName: null, diseaseTypeName: null,
questionnaireName: null, questionnaireName: null,
questionnaireStatus: "PUBLISHED", questionnaireStatus: "PUBLISHED",
questionType: "REGULAR_QUESTIONNAIRE" // questionType: "REGULAR_QUESTIONNAIRE"
}, },
handleselectId: '', handleselectId: '',
handleselectName: null, handleselectName: null,
@ -166,8 +166,9 @@ export default {
getDepartmentList({ getDepartmentList({
departmentName: this.departmentName, departmentName: this.departmentName,
questionnaireStatus: "PUBLISHED", questionnaireStatus: "PUBLISHED",
questionType: "REGULAR_QUESTIONNAIRE", // questionType: "REGULAR_QUESTIONNAIRE",
}).then(response => { }).then(response => {
console.log('0000000000')
// response.data.forEach(e => { // response.data.forEach(e => {
// e.label = e.departmentName // e.label = e.departmentName
// }) // })
@ -178,7 +179,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
this.queryParams.questionnaireStatus = "PUBLISHED" this.queryParams.questionnaireStatus = "PUBLISHED"
this.queryParams.questionType = "REGULAR_QUESTIONNAIRE" // this.queryParams.questionType = "REGULAR_QUESTIONNAIRE"
listQuestion(this.queryParams).then(response => { listQuestion(this.queryParams).then(response => {
this.questionList = response.rows; this.questionList = response.rows;
this.total = response.total; this.total = response.total;