Commit a15802ef authored by youjie's avatar youjie

no message

parent d0de1d05
......@@ -217,7 +217,7 @@
filterable
@change="getScenicArray">
<el-option v-for="(item,index) in dayObj.ScenicArray" :label="item.CouponsName" :value="item.CouponsId" :key="index">
</el-option>
</el-select>
</div>
......@@ -599,6 +599,7 @@
} else {
this.ishasScenic = false;
}
this.getScenicArray()
}
},
created() {
......
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