数据
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async initArea () {
|
async initArea () {
|
||||||
let res = await queryArea()
|
let res = await queryArea()
|
||||||
this.areaArr = [...res.result]
|
this.areaArr = [...res.result.regionja]
|
||||||
},
|
},
|
||||||
setInfo (e) {
|
setInfo (e) {
|
||||||
this.scodeArr.push(e.device_code)
|
this.scodeArr.push(e.device_code)
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async initArea () {
|
async initArea () {
|
||||||
let res = await queryArea()
|
let res = await queryArea()
|
||||||
this.areaArr = [...res.result]
|
this.areaArr = [...res.result.regionja]
|
||||||
},
|
},
|
||||||
async initHandMatrial () {
|
async initHandMatrial () {
|
||||||
let res = await queryMaterial()
|
let res = await queryMaterial()
|
||||||
|
|||||||
Reference in New Issue
Block a user