This commit is contained in:
2022-07-07 15:01:01 +08:00
parent d78b6e8bf2
commit e2a375b049
3 changed files with 145 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ export default {
async _queryDevice1 (e) {
let res = await queryDevice1(e)
if (res.code === '1') {
this.devicerecordId = res.content.devicerecordId
this.devicerecordId = res.content.devicerecord_id
this.option1.map((el, i) => {
if (el.value === res.content.material_type_id) {
this.active1 = i + ''