|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
onShow(){
|
|
|
this.dialogFormVisible = true
|
|
|
this.mediumList()
|
|
|
- this.form.medium = this.data.medium.split(',')
|
|
|
+ this.form.medium = this.data.medium?this.data.medium.split(','):[]
|
|
|
this.form.temperature = this.data.temperature
|
|
|
},
|
|
|
onSave(){
|