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

添加站点分类查询

parent 8eaae5df
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
}, },
mixins: [table], mixins: [table],
created() { created() {
const siteid = session.getSession("siteid");
this.query["siteId"]=siteid?siteid:1;
}, },
methods: { methods: {
/** 重写新增方法 */ /** 重写新增方法 */
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
}, },
mixins: [table], mixins: [table],
created() { created() {
const siteid = session.getSession("siteid");
this.query["siteId"]=siteid?siteid:1;
}, },
methods: { methods: {
/** 重写新增方法 */ /** 重写新增方法 */
......
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