刘翔宇-旅管家 3 years ago
parent fdfce58994
commit f16b4f0c51

@ -456,7 +456,7 @@
import { import {
getInfo getInfo
} from '@/api/user.js' } from '@/api/user.js'
import { import {
getToken getToken
} from '@/utils/auth' } from '@/utils/auth'
import editor from "./components/editorContract" import editor from "./components/editorContract"
@ -1355,10 +1355,10 @@
}) })
let tokens = getToken(); let tokens = getToken();
if (is_export) { if (is_export && this.select.is_export == 1) {
var url = "/api/admin/contract/index?is_auth=1&token=" + tokens var url = "/api/admin/contract/index?is_auth=1&token=" + tokens
Object.keys(this.select).map((key, item) => { Object.keys(this.select).map((key, item) => {
url += "&"+key+"=" + this.select[key]; url += "&" + key + "=" + this.select[key];
}); });
url = location.host + url; url = location.host + url;
console.log(url) console.log(url)

Loading…
Cancel
Save