Commit d1d00b8d authored by 仇晓婷's avatar 仇晓婷

设备

parent 645a1c5a
...@@ -237,7 +237,8 @@ export default { ...@@ -237,7 +237,8 @@ export default {
isimportant: this.isimportant, isimportant: this.isimportant,
location: this.formItem.location, location: this.formItem.location,
capability_value: this.formItem.capability_value, capability_value: this.formItem.capability_value,
property: this.property property: this.property,
shop_name: this.formItem.shop_name
}; };
// console.log(paramsdata); // console.log(paramsdata);
service.post(`${url}`, { equipInfo: paramsdata }).then(res => { service.post(`${url}`, { equipInfo: paramsdata }).then(res => {
...@@ -279,7 +280,8 @@ export default { ...@@ -279,7 +280,8 @@ export default {
isimportant: this.isimportant, isimportant: this.isimportant,
location: this.formItem.location, location: this.formItem.location,
capability_value: this.formItem.capability_value, capability_value: this.formItem.capability_value,
property: this.property property: this.property,
shop_name: this.formItem.shop_name
}; };
//console.log(this.formItem.equip_type); //console.log(this.formItem.equip_type);
service.post(`${url}`, { equipInfo: paramsdata }).then(res => { service.post(`${url}`, { equipInfo: paramsdata }).then(res => {
......
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