Commit 634d4363 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent facb608e
...@@ -229,9 +229,6 @@ export default { ...@@ -229,9 +229,6 @@ export default {
let newFormData = {}; let newFormData = {};
// this.form = this.encode(data, this.form); // this.form = this.encode(data, this.form);
this.search.forEach((item) => { this.search.forEach((item) => {
console.log("item",this.form[item.name])
//复选框 //复选框
if (item.type === "checkbox") { if (item.type === "checkbox") {
if (this.form[item.name] == undefined) { if (this.form[item.name] == undefined) {
...@@ -341,6 +338,7 @@ export default { ...@@ -341,6 +338,7 @@ export default {
decodetwo(data) { decodetwo(data) {
let newData = { page: 1 };
Object.keys(data).forEach((item) => { Object.keys(data).forEach((item) => {
let val = data[item]; let val = data[item];
this.search.forEach((obj) => { this.search.forEach((obj) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment