Commit a15802ef authored by youjie's avatar youjie

no message

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