|
@@ -374,7 +374,7 @@ export default {
|
|
|
|
|
|
_this.$alert(msg, '提示', {
|
|
_this.$alert(msg, '提示', {
|
|
showCancelButton: true,
|
|
showCancelButton: true,
|
|
- confirmButtonText: '置为0并提交',
|
|
|
|
|
|
+ confirmButtonText: '继续提交',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
beforeClose: async(action, instance, done) => {
|
|
beforeClose: async(action, instance, done) => {
|
|
if (action === 'confirm') {
|
|
if (action === 'confirm') {
|