|
|
@@ -1403,8 +1403,7 @@ export default {
|
|
|
|
|
|
importData = this.formatDateFieldsToReal(importData)
|
|
|
this.loading = true
|
|
|
- Promise.all([this.$common.request('sql', positionSql), this.$common.request('sql', deviceGroupSql)]).then(async ([res1, res2, res3]) => {
|
|
|
- console.log('sss')
|
|
|
+ Promise.all([this.$common.request('sql', positionSql), this.$common.request('sql', deviceGroupSql)]).then(async ([res1, res3]) => {
|
|
|
const { data: positionList = [] } = res1.variables || {}
|
|
|
// const { data: supplierList = [] } = res2.variables || {}
|
|
|
const { data: deviceGroupList = [] } = res3.variables || {}
|