Commit cd35af63 authored by renjintao's avatar renjintao

Merge branch 'master' of git.mes123.com:zhouyx/mes-ui

parents e204bba9 af027958
...@@ -5,11 +5,8 @@ ...@@ -5,11 +5,8 @@
<Button @click="open" type="text"><Icon type="md-search" />高级</Button> <Button @click="open" type="text"><Icon type="md-search" />高级</Button>
<!-- <Input v-model="value" placeholder="关键字" style="width:300px;" :clearable='true'> <!-- <Input v-model="value" placeholder="关键字" style="width:300px;" :clearable='true'>
<Button @click="easySearch" icon="ios-search-outline" slot="append" style="width:40px;background-color:#249E91;color:#FFF;"></Button> <Button @click="easySearch" icon="ios-search-outline" slot="append" style="width:40px;background-color:#249E91;color:#FFF;"></Button>
</Input> --> </Input> -->
</div> </div>
<!-- 右侧按钮 --> <!-- 右侧按钮 -->
<slot name="button"></slot> <slot name="button"></slot>
<!-- 弹出高级搜索框 --> <!-- 弹出高级搜索框 -->
......
...@@ -133,8 +133,8 @@ export default { ...@@ -133,8 +133,8 @@ export default {
columnsCur: [], columnsCur: [],
configLoad: false, configLoad: false,
userConfig: null, //用户页面配置信息。, userConfig: null, //用户页面配置信息。,
userId: 1 // userId: 1
// userId: this.$store.state.userInfo.userId userId: this.$store.state.userInfo.userId
} }
}, },
props: { props: {
......
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