|
@@ -252,7 +252,8 @@ export default {
|
|
this.showPopup('isshow')
|
|
this.showPopup('isshow')
|
|
},
|
|
},
|
|
dropImage (id) {
|
|
dropImage (id) {
|
|
- this.dialog={content:'确定要删除该图片吗?',data:id}
|
|
|
|
|
|
+
|
|
|
|
+ this.dialog={condition:2, content:'确定要删除该图片吗?',data:id}
|
|
this.$refs.confirm.open()
|
|
this.$refs.confirm.open()
|
|
|
|
|
|
},
|
|
},
|