拍照
This commit is contained in:
@@ -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 + ''
|
||||
|
||||
Reference in New Issue
Block a user