Commit eedb2527 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

No related merge requests found
......@@ -273,6 +273,7 @@ export default {
onSubmit() {
let { path, query } = this.$route;
let data = this.decode(this.form);
delete this.form["deviceStatusList"]
this.$router.push({
path: path,
query: Object.assign({}, query, data),
......
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