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

修改站点请求地址

parent 42e0c134
......@@ -323,7 +323,8 @@ export default {
delete this.query["productId"]
delete this.query["deviceName"]
delete this.query["deviceCode"]
this.query = Object.assign(this.query, { deviceStatus: val });
//this.query = Object.assign(this.query, { deviceStatus: val });
this.query["page"]=1
if (!enabled) {
this.query = Object.assign(this.query, {
......
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