代码更新
This commit is contained in:
@@ -126,8 +126,8 @@
|
||||
import myRadioGroup from './components/my-radio-group.vue';
|
||||
|
||||
import { devices, subTypes, brand, receipts,connectionType } from '@/pagePrinter/devices.js'
|
||||
import { getPrinterDetail, addPrinter, updatePrinter } from '@/api/printer.js'
|
||||
import { categoryPage } from '@/api/cateGory.js'
|
||||
import { getPrinterDetail, addPrinter, updatePrinter } from '@/http/api/printer.js'
|
||||
import { categoryPage } from '@/http/api/cateGory.js'
|
||||
|
||||
const pageData = reactive({
|
||||
brandList: brand, // 打印机品牌列表
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
import go from '@/commons/utils/go.js'
|
||||
|
||||
import myModel from '@/components/my-components/my-model.vue'
|
||||
import { updatePrinter, delPrinter } from '@/api/printer.js'
|
||||
import { updatePrinter, delPrinter } from '@/http/api/printer.js'
|
||||
|
||||
const props = defineProps({
|
||||
data: {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
import { reactive } from 'vue';
|
||||
import printerItem from './components/printer-item.vue';
|
||||
import { getPrinter } from '@/api/printer.js'
|
||||
import { getPrinter } from '@/http/api/printer.js'
|
||||
|
||||
const pageData = reactive({
|
||||
list: [],
|
||||
|
||||
Reference in New Issue
Block a user