Commit 22f41fdb authored by 黄奎's avatar 黄奎

页面修改

parent f91a9e52
......@@ -191,10 +191,8 @@
}
if (this.$route.query.EmployeeId) {
this.msg.EnterID = Number(this.$route.query.EmployeeId);
console.log("this.$route.query.EmployeeId", this.$route.query.EmployeeId);
this.activeName = 'first';
}
console.log("create_msg", this.msg);
this.getSearchData();
},
mounted() {
......@@ -252,7 +250,6 @@
param.QStartDate = "2019-01-01";
}
this.tableData = [];
console.log("initData", param);
this.apipost("sellorder_get_sellvolumerankNew", param, (r) => {
var tempData = r.data.data;
if (tempData && tempData.length > 0) {
......
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