|
|
|
@ -282,8 +282,7 @@ export default {
|
|
|
|
|
hadleOperationConrol(id, param) { |
|
|
|
|
let data = { |
|
|
|
|
id: id, |
|
|
|
|
param: param, |
|
|
|
|
type: 1, |
|
|
|
|
param: param |
|
|
|
|
}; |
|
|
|
|
console.log("操作参数", data); |
|
|
|
|
operationConrol([data]) |
|
|
|
@ -298,7 +297,7 @@ export default {
|
|
|
|
|
// 关闭 loading 效果 |
|
|
|
|
this.loading = false; |
|
|
|
|
}); |
|
|
|
|
}, 6000); |
|
|
|
|
}, 4000); |
|
|
|
|
} else { |
|
|
|
|
// this.$modal.msgError("操作失败"); |
|
|
|
|
console.log("应该更新状态的"); |
|
|
|
|