|
@@ -260,7 +260,7 @@ import {
|
|
|
},
|
|
|
open3() {
|
|
|
let that = this
|
|
|
- this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
|
|
|
+ this.$modal.confirm('是否确认要打开3号拆包机').then(function() {
|
|
|
open3(that.currentSelect).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
that.$modal.msgSuccess(response.msg);
|
|
@@ -273,7 +273,7 @@ import {
|
|
|
},
|
|
|
open4() {
|
|
|
let that = this
|
|
|
- this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
|
|
|
+ this.$modal.confirm('是否确认要打开4号拆包机').then(function() {
|
|
|
open4(that.currentSelect).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
that.$modal.msgSuccess(response.msg);
|
|
@@ -286,7 +286,7 @@ import {
|
|
|
},
|
|
|
open5() {
|
|
|
let that = this
|
|
|
- this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
|
|
|
+ this.$modal.confirm('是否确认要打开5号拆包机').then(function() {
|
|
|
open5(that.currentSelect).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
that.$modal.msgSuccess(response.msg);
|