|
|
@ -264,7 +264,7 @@ export default { |
|
|
cancelButtonText: "取消", |
|
|
cancelButtonText: "取消", |
|
|
type: "warning", |
|
|
type: "warning", |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|
let targettitle = res.Message; |
|
|
|
|
|
|
|
|
// let targettitle = res.Message; |
|
|
this.$message.warning(res.Message); |
|
|
this.$message.warning(res.Message); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|