Compare commits
No commits in common. "6afdbd4d85ae62cb7eb4fccca94713a96733d305" and "f558b2eac34c6247f85a95da218bcf8664dad8ec" have entirely different histories.
6afdbd4d85
...
f558b2eac3
|
|
@ -1,10 +1,10 @@
|
|||
import request from "@/utils/request";
|
||||
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: false,
|
||||
falg: true,
|
||||
type: "电流",
|
||||
option: {
|
||||
tooltip: {
|
||||
|
|
@ -370,8 +370,6 @@ 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