Commit fa51384d authored by 黄奎's avatar 黄奎

页面修改

parent 20c34068
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
QOrderId: '', QOrderId: '',
ProtocolNum: '', ProtocolNum: '',
IsQueryAll: 1, IsQueryAll: 1,
QCreateBy:"",//业务员 QCreateBy: "", //业务员
Id:"",//退课协议编号 Id: "", //退课协议编号
}, },
pageCount: 0, pageCount: 0,
dataList: [], dataList: [],
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
}; };
}, },
created() { created() {
if (this.$route.query.Id) { if (this.$route.query.Id) {
this.msg.Id = this.$route.query.Id; this.msg.Id = this.$route.query.Id;
} }
this.getEmployee() this.getEmployee()
......
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