代码更新
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<script setup>
|
||||
import { onMounted, reactive } from 'vue';
|
||||
|
||||
import { getCallRecord } from '@/api/callTable.js'
|
||||
import { getCallRecord } from '@/http/api/callTable.js'
|
||||
let datas = reactive({
|
||||
list: ""
|
||||
})
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
import { reactive, getCurrentInstance, onMounted } from 'vue';
|
||||
import go from '@/commons/utils/go.js'
|
||||
|
||||
import { getCallTableQueue, getCallTable, callTableTakeNumber, callTableCall, updateCallTableState } from '@/api/callTable.js'
|
||||
import { getCallTableQueue, getCallTable, callTableTakeNumber, callTableCall, updateCallTableState } from '@/http/api/callTable.js'
|
||||
|
||||
let getrefs = getCurrentInstance()
|
||||
let datas = reactive({
|
||||
|
||||
Reference in New Issue
Block a user