Compare commits
2 Commits
f558b2eac3
...
6afdbd4d85
| Author | SHA1 | Date |
|---|---|---|
|
|
6afdbd4d85 | |
|
|
8905f95003 |
|
|
@ -1,10 +1,10 @@
|
|||
import request from '@/utils/request'
|
||||
|
||||
//
|
||||
export function loadBrand (limit) {
|
||||
import request from "@/utils/request";
|
||||
|
||||
//
|
||||
export function loadBrand(limit) {
|
||||
return request({
|
||||
// url: 'brand',
|
||||
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: "",
|
||||
list: [],
|
||||
res: "",
|
||||
falg: true,
|
||||
falg: false,
|
||||
type: "电流",
|
||||
option: {
|
||||
tooltip: {
|
||||
|
|
@ -370,6 +370,8 @@ export default {
|
|||
},
|
||||
sendMessageToCSharp(name) {
|
||||
this.falg = true;
|
||||
this.dldy();
|
||||
this.ssfh();
|
||||
let that = this;
|
||||
window.vuplex.postMessage({
|
||||
type: that.$route.query.type,
|
||||
|
|
|
|||
Loading…
Reference in New Issue