This commit is contained in:
parent
665b69e70d
commit
8905f95003
|
|
@ -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",
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
13173
src/utils/yinru.js
13173
src/utils/yinru.js
File diff suppressed because it is too large
Load Diff
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue