Compare commits

..

No commits in common. "6725f6e2762e82d2a5ee165dbd2f7e79656337c1" and "c9c4826274c82e02e6d7ee5ba465a24cfa7d55c8" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

@ -890,7 +890,6 @@ export default {
mounted() {
this.initForm()
this.getCalculateQuestions('number')
},
methods: {
typeValueChange(v) {
@ -906,14 +905,6 @@ export default {
}
})
},
getBasicConfigSelect() {
getCriterionDictionaryList({
CriterionId: this.criterionId,
SystemCriterionId: this.criterionId
}).then(res => {
this.dicList = res.Result
})
},
getCalculateQuestions(type) {
getSystemCalculateQuestions({
systemCriterionId: this.criterionId,
@ -953,7 +944,6 @@ export default {
await this.getParentQuestions()
await this.getLesionTypeDictionary()
await this.getLesionType()
await this.getBasicConfigSelect()
if (Object.keys(this.data).length > 0) {
for (const k in this.form) {
if (this.data.hasOwnProperty(k)) {