Commit 54ef3a37 authored by youjie's avatar youjie

no message

parent 2878853f
...@@ -500,7 +500,7 @@ tr._item_list td:last-child { ...@@ -500,7 +500,7 @@ tr._item_list td:last-child {
<el-input v-model="msg.TCID" class></el-input> <el-input v-model="msg.TCID" class></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="6">
<el-form-item label="发团日期:"> <el-form-item label="发团日期:">
<el-date-picker <el-date-picker
class="h34" class="h34"
...@@ -1848,14 +1848,6 @@ export default { ...@@ -1848,14 +1848,6 @@ export default {
coinGetShow: false, coinGetShow: false,
}; };
}, },
watch: {
msg: {
handler(newValue, oldValue) {
// this.getPageList();
},
deep: true
},
},
created() { created() {
this.msg.startDate=this.$route.query.StartTime!=undefined?this.$route.query.StartTime:''; this.msg.startDate=this.$route.query.StartTime!=undefined?this.$route.query.StartTime:'';
this.msg.endDate=this.$route.query.EndTime!=undefined?this.$route.query.EndTime:''; this.msg.endDate=this.$route.query.EndTime!=undefined?this.$route.query.EndTime:'';
......
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