Commit e289e697 authored by 李苏's avatar 李苏 💬

解锁

parent 9005b396
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<button class="cu-btn bg-gradual-orange " @tap="deactivate('启用')">启用</button> <button class="cu-btn bg-gradual-orange " @tap="deactivate('启用')">启用</button>
</view> </view>
<view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='L'"> <view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='L'">
<button class="cu-btn bg-gradual-red wid22" @tap="unlockingbt()">取消</button> <button class="cu-btn bg-gradual-red wid22" @tap="unlockingbt()">解锁</button>
</view> </view>
<view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='U'"> <view class="padding flex align-center bg-white justify-around" v-if="gwObj.status=='U'">
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
that.f5Gw() that.f5Gw()
that.emptyPpdInfo() that.emptyPpdInfo()
that.apiQueryCanCall(this.gwinfor[this.gwSelcetdIndex].ppdid) that.apiQueryCanCall(that.gwinfor[that.gwSelcetdIndex].ppdid)
// that.apiQueryCanCall() // that.apiQueryCanCall()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment