Commit b659b16b authored by 黄奎's avatar 黄奎

页面修改

parent fc5c9f39
......@@ -1693,7 +1693,6 @@
this.Success(res.data.message);
this.dialogVisible = false;
var tempData = res.data.data;
console.log("tempData", tempData)
this.$router.push({
name: 'TravelContractNew',
query: {
......@@ -2356,7 +2355,13 @@
//滚动监听事件
window.addEventListener('scroll', this.menu)
});
}
},
watch: {
$route(to, from) {
//重新获取数据
this.getList();
}
},
};
</script>
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