Commit 37a90b8f authored by 华国豪's avatar 华国豪 🙄

修改参数tcid => tcnum

parent 13735b0f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<li> <li>
<span> <span>
<em>团号</em> <em>团号</em>
<el-input v-model="msg.TCID"></el-input> <el-input v-model="msg.TCNUM"></el-input>
</span> </span>
</li> </li>
<li> <li>
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
msg:{ msg:{
pageSize:10, pageSize:10,
pageIndex:1, pageIndex:1,
TCID: '', TCNUM: '',
lineID:0, lineID:0,
LineteamId:0, LineteamId:0,
reStartDate:'', reStartDate:'',
......
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