呼叫管理
This commit is contained in:
@@ -67,9 +67,9 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
async toLogin() {
|
async toLogin() {
|
||||||
uni.redirectTo({
|
// uni.redirectTo({
|
||||||
url: '/pages/home/home'
|
// url: '/pages/home/home'
|
||||||
})
|
// })
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (this.user === '') {
|
if (this.user === '') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
@@ -88,8 +88,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import NavBar from '@/components/NavBar.vue'
|
import NavBar from '@/components/NavBar.vue'
|
||||||
import {agvqueryArea, queryPointByArea} from '@/utils/mork2.js'
|
// import {agvqueryArea, queryPointByArea} from '@/utils/mork2.js'
|
||||||
import {agvcallTask} from '@/utils/getData2.js'
|
import {agvqueryArea, queryPointByArea, agvcallTask} from '@/utils/getData2.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
NavBar
|
NavBar
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import NavBar from '@/components/NavBar.vue'
|
import NavBar from '@/components/NavBar.vue'
|
||||||
import {queryArea, queryPointByArea, callTask} from '@/utils/mork2.js'
|
import {queryArea, queryPointByArea, callTask} from '@/utils/getData2.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
NavBar
|
NavBar
|
||||||
|
|||||||
@@ -111,6 +111,36 @@ export const queryPointByArea = () => {
|
|||||||
}, {
|
}, {
|
||||||
device_code: 'B2_ED_1_7_K',
|
device_code: 'B2_ED_1_7_K',
|
||||||
device_name: 'JLDFJLLJ7'
|
device_name: 'JLDFJLLJ7'
|
||||||
|
}, {
|
||||||
|
device_code: 'B3_ED_1_3_K',
|
||||||
|
device_name: 'JLDFJLLJ3'
|
||||||
|
}, {
|
||||||
|
device_code: 'B3_ED_1_4_K',
|
||||||
|
device_name: 'JLDFJLLJ4'
|
||||||
|
}, {
|
||||||
|
device_code: 'B3_ED_1_5_K',
|
||||||
|
device_name: 'JLDFJLLJ5'
|
||||||
|
}, {
|
||||||
|
device_code: 'B3_ED_1_6_K',
|
||||||
|
device_name: 'JLDFJLLJ6'
|
||||||
|
}, {
|
||||||
|
device_code: 'B3_ED_1_7_K',
|
||||||
|
device_name: 'JLDFJLLJ7'
|
||||||
|
}, {
|
||||||
|
device_code: 'B4_ED_1_3_K',
|
||||||
|
device_name: 'JLDFJLLJ3'
|
||||||
|
}, {
|
||||||
|
device_code: 'B4_ED_1_4_K',
|
||||||
|
device_name: 'JLDFJLLJ4'
|
||||||
|
}, {
|
||||||
|
device_code: 'B4_ED_1_5_K',
|
||||||
|
device_name: 'JLDFJLLJ5'
|
||||||
|
}, {
|
||||||
|
device_code: 'B4_ED_1_6_K',
|
||||||
|
device_name: 'JLDFJLLJ6'
|
||||||
|
}, {
|
||||||
|
device_code: 'B4_ED_1_7_K',
|
||||||
|
device_name: 'JLDFJLLJ7'
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user