|
|
@@ -7,7 +7,7 @@
|
|
|
</div>
|
|
|
<div class="confirm-btn">
|
|
|
<button class="admin-button-com big blue" @click="confirmDim()">确认离职</button>
|
|
|
- <button class="admin-button-com big default" style="margin-top:30upx;" @click="changeCg(1)">返回</button>
|
|
|
+ <button class="admin-button-com big default" style="margin-top:30upx;" @click="goBack()">返回</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
@@ -26,6 +26,9 @@ export default {
|
|
|
...mapGetters({ loginInfo: "getLoginInfo",dictInfo:"getDictionariesInfo",myShopInfo:"getMyShopInfo" })
|
|
|
},
|
|
|
methods: {
|
|
|
+ goBack(){
|
|
|
+ uni.navigateBack()
|
|
|
+ },
|
|
|
init(){
|
|
|
},
|
|
|
confirmDim(){
|