4010abbb by renchao@pashanhoo.com

1

1 parent 611d76a2
......@@ -154,6 +154,7 @@
return;
}
this.loading = true;
store.dispatch('user/refreshPage', false);
againAddSldy({
bsmSqyw: this.sqywInfo.bsmSqyw,
bsmSlsq: this.sqywInfo.bsmSlsq,
......@@ -169,9 +170,8 @@
})
if (!this.isJump) {
this.jump(res.result, this.sqywInfo.djywbm)
} else {
store.dispatch('user/refreshPage', true);
}
store.dispatch('user/refreshPage', true);
//this.close();
this.$popupCacel();
} else {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-02 16:52:02
* @LastEditTime: 2024-03-07 09:52:35
-->
<!-- 批量删除弹框 -->
<template>
......@@ -65,7 +65,6 @@
}
},
methods: {
// 批量删除确定按钮
/**
* @description: 批量删除确定按钮
* @author: renchao
......@@ -74,6 +73,7 @@
var formdata = new FormData();
formdata.append("bsmSldyList", this.selectBdcdy);
formdata.append("bsmSlsq", this.formData.bsmSlsq);
store.dispatch('user/refreshPage', false);
deleteSlbdcdy(formdata).then(res => {
if (res.code == 200) {
this.$popupCacel();
......
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2024-02-01 16:57:55
* @LastEditTime: 2024-03-07 09:54:56
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......@@ -84,7 +84,7 @@
isRefresh: {
handler (newVal, oldVal) {
if (newVal) {
this.loadBdcdylist(true)
this.loadBdcdylist()
}
},
immediate: true
......