Compare commits
No commits in common. "6725f6e2762e82d2a5ee165dbd2f7e79656337c1" and "c9c4826274c82e02e6d7ee5ba465a24cfa7d55c8" have entirely different histories.
6725f6e276
...
c9c4826274
|
@ -890,7 +890,6 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initForm()
|
this.initForm()
|
||||||
this.getCalculateQuestions('number')
|
this.getCalculateQuestions('number')
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
typeValueChange(v) {
|
typeValueChange(v) {
|
||||||
|
@ -906,14 +905,6 @@ export default {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getBasicConfigSelect() {
|
|
||||||
getCriterionDictionaryList({
|
|
||||||
CriterionId: this.criterionId,
|
|
||||||
SystemCriterionId: this.criterionId
|
|
||||||
}).then(res => {
|
|
||||||
this.dicList = res.Result
|
|
||||||
})
|
|
||||||
},
|
|
||||||
getCalculateQuestions(type) {
|
getCalculateQuestions(type) {
|
||||||
getSystemCalculateQuestions({
|
getSystemCalculateQuestions({
|
||||||
systemCriterionId: this.criterionId,
|
systemCriterionId: this.criterionId,
|
||||||
|
@ -953,7 +944,6 @@ export default {
|
||||||
await this.getParentQuestions()
|
await this.getParentQuestions()
|
||||||
await this.getLesionTypeDictionary()
|
await this.getLesionTypeDictionary()
|
||||||
await this.getLesionType()
|
await this.getLesionType()
|
||||||
await this.getBasicConfigSelect()
|
|
||||||
if (Object.keys(this.data).length > 0) {
|
if (Object.keys(this.data).length > 0) {
|
||||||
for (const k in this.form) {
|
for (const k in this.form) {
|
||||||
if (this.data.hasOwnProperty(k)) {
|
if (this.data.hasOwnProperty(k)) {
|
||||||
|
|
Loading…
Reference in New Issue