Commit d97a0bd6 authored by youjie's avatar youjie

no message

parent 184f3b0a
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
methods: { methods: {
clickOperation(row,type){ clickOperation(row,type){
spotListConfig.drawerConfig.size = '20%' spotListConfig.drawerConfig.size = '50%'
this.ShowType = type this.ShowType = type
this.selectedSpotData = row this.selectedSpotData = row
this.$refs.listManager.openDrawer(row); this.$refs.listManager.openDrawer(row);
...@@ -501,7 +501,7 @@ export default { ...@@ -501,7 +501,7 @@ export default {
// 删除景点 // 删除景点
cancelOrder(row) { cancelOrder(row) {
if(this.isOP) { if(this.isOP) {
spotListConfig.drawerConfig.size = '30%' spotListConfig.drawerConfig.size = '50%'
this.ShowType = 2 this.ShowType = 2
this.selectedSpotId = row.ID; this.selectedSpotId = row.ID;
this.selectedSpotData = row; this.selectedSpotData = row;
......
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