|
@@ -484,7 +484,7 @@ export default {
|
|
this.typeItemDialog = true
|
|
this.typeItemDialog = true
|
|
},
|
|
},
|
|
typeItemEdit(row){
|
|
typeItemEdit(row){
|
|
- this.typeTitle = $t('bian-ji')
|
|
|
|
|
|
+ this.typeTitle = this.$t('bian-ji')
|
|
this.typeItemForm = JSON.parse(JSON.stringify(row))
|
|
this.typeItemForm = JSON.parse(JSON.stringify(row))
|
|
this.typeItemDialog = true
|
|
this.typeItemDialog = true
|
|
},
|
|
},
|