解决小问题
parent
7710ac1377
commit
76970ecb53
|
@ -150,7 +150,7 @@ export default {
|
|||
this.dynamicTags = [];
|
||||
},
|
||||
(err) => {
|
||||
this.$message.error("用户名不存在");
|
||||
this.$message.error("添加失败");
|
||||
}
|
||||
)
|
||||
.catch(function (error) {
|
||||
|
|
|
@ -249,9 +249,9 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
const that = this
|
||||
this.viewHeight = window.innerHeight - 140;
|
||||
this.viewHeight = window.innerHeight - 150;
|
||||
window.onresize = () => {
|
||||
that.viewHeight = window.innerHeight - 140;
|
||||
that.viewHeight = window.innerHeight - 150;
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue