|
|
|
@ -263,7 +263,7 @@ export default { |
|
|
|
jzrq: null, |
|
|
|
bmId: null, |
|
|
|
wc: null, |
|
|
|
qmyy: '新增仪器' |
|
|
|
qmyy: this.$t('page.business.resource.yq.xzyq'), |
|
|
|
} |
|
|
|
this.resetForm('form') |
|
|
|
}, |
|
|
|
@ -290,7 +290,7 @@ export default { |
|
|
|
const id = row.id || this.ids |
|
|
|
yq_info({ id: id }).then((response) => { |
|
|
|
this.form = response.data |
|
|
|
this.form.qmyy = this.$t('page.form.edit') |
|
|
|
this.form.qmyy = this.$t('page.business.resource.yq.bjyq') |
|
|
|
this.open = true |
|
|
|
this.title = this.$t('form.edit') |
|
|
|
}) |
|
|
|
|