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

添加站点分类查询

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