Commit b0109e56 authored by renjintao's avatar renjintao

opra

parent c0c2dd49
......@@ -88,7 +88,7 @@ export default {
methods: {
handler() {
if (this.disable == 0) {
if (this.oprate == "delete" || this.oprate == "remove"||this.msg.length>0) {
if (this.oprate == "delete" || this.oprate == "remove"||this.msg!='确认要删除吗?') {
this.$Modal.confirm({
title: this.title,
content: "<p>" + this.msg + "</p>",
......
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