|
@@ -86,7 +86,7 @@ export default {
|
|
|
})
|
|
|
.catch(err => { console.error(err) })
|
|
|
},
|
|
|
- ///锁止屏蔽、放开
|
|
|
+ //锁止屏蔽、放开
|
|
|
HandleIsLock(islock){
|
|
|
let lockTest=''
|
|
|
if(islock === 0){
|
|
@@ -175,22 +175,22 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
})
|
|
|
- .then(async() => {
|
|
|
- const res = await beginSwap()
|
|
|
- if(res.code === 0){
|
|
|
- this.$message({
|
|
|
- type: 'success',
|
|
|
- message: res.data,
|
|
|
- })
|
|
|
- }else{
|
|
|
- this.$message({
|
|
|
- type: 'warning',
|
|
|
- message: res.msg,
|
|
|
- })
|
|
|
- }
|
|
|
- this.loading=false
|
|
|
- })
|
|
|
- .catch(err => { console.error(err) })
|
|
|
+ .then(async() => {
|
|
|
+ const res = await beginSwap()
|
|
|
+ if(res.code === 0){
|
|
|
+ this.$message({
|
|
|
+ type: 'success',
|
|
|
+ message: res.data,
|
|
|
+ })
|
|
|
+ }else{
|
|
|
+ this.$message({
|
|
|
+ type: 'warning',
|
|
|
+ message: res.msg,
|
|
|
+ })
|
|
|
+ }
|
|
|
+ this.loading=false
|
|
|
+ })
|
|
|
+ .catch(err => { console.error(err) })
|
|
|
},
|
|
|
}
|
|
|
};
|