Commit 08375307 authored by tianhongyang's avatar tianhongyang

修复首页user切换 输入框宽度未重置

parent 64aeb87c
...@@ -716,6 +716,11 @@ export default { ...@@ -716,6 +716,11 @@ export default {
inputID11:this.getUid(), inputID11:this.getUid(),
}; };
}, },
watch : {
user(newValue) {
this.getPlaceholder();
}
},
created() { created() {
this.getPlaceholder(); this.getPlaceholder();
this.searchDic() this.searchDic()
......
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