|
@@ -434,7 +434,7 @@
|
434
|
434
|
this.isShowDialog = false
|
435
|
435
|
this.propForm.title = '导管'
|
436
|
436
|
this.visibility = true
|
437
|
|
- this.propForm.list = getDataConfig('hemodialysis','catheter')
|
|
437
|
+ this.propForm.list = getDataConfig('hemodialysis','catheter')
|
438
|
438
|
this.propForm.optionList = []
|
439
|
439
|
this.propForm.isMultiple = 2
|
440
|
440
|
if (this.formValue.catheter != undefined || this.formValue.catheter != null) {
|
|
@@ -453,7 +453,7 @@
|
453
|
453
|
this.isShowDialog = false
|
454
|
454
|
this.propForm.title = '并发症'
|
455
|
455
|
this.visibility = true
|
456
|
|
- this.propForm.list = getDataConfig('hemodialysis','complication')
|
|
456
|
+ this.propForm.list = getDataConfig('hemodialysis','complication')
|
457
|
457
|
this.propForm.optionList = []
|
458
|
458
|
this.propForm.isMultiple = 2
|
459
|
459
|
// this.propForm.result = this.formValue.complication.split(",")
|