This commit is contained in:
刘龙龙 2023-12-15 09:50:37 +08:00
parent 665b69e70d
commit 8905f95003
3 changed files with 13183 additions and 8 deletions

View File

@ -1,10 +1,10 @@
import request from '@/utils/request' import request from "@/utils/request";
// //
export function loadBrand (limit) { export function loadBrand(limit) {
return request({ return request({
// url: 'brand', // url: 'brand',
url: `brand?limit=${limit}`, url: `brand?limit=${limit}`,
method: 'GET' method: "GET",
}) });
} }

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ export default {
url: "", url: "",
list: [], list: [],
res: "", res: "",
falg: true, falg: false,
type: "电流", type: "电流",
option: { option: {
tooltip: { tooltip: {
@ -370,6 +370,8 @@ export default {
}, },
sendMessageToCSharp(name) { sendMessageToCSharp(name) {
this.falg = true; this.falg = true;
this.dldy();
this.ssfh();
let that = this; let that = this;
window.vuplex.postMessage({ window.vuplex.postMessage({
type: that.$route.query.type, type: that.$route.query.type,