175fa613 by renchao@pashanhoo.com

style:发起申请

1 parent 64f8dcf6
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-05-24 16:02:39
* @LastEditTime: 2023-05-25 10:42:50
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......@@ -72,9 +72,9 @@
watch: {
isRefresh: {
handler (newVal, oldVal) {
console.log(newVal, 'newVal');
if (newVal) this.loadBdcdylist()
}
},
immediate: true
}
},
methods: {
......
<!--
* @Description: workFrame左侧菜单列表-分割
* @Autor: renchao
* @LastEditTime: 2023-05-24 15:48:34
* @LastEditTime: 2023-05-25 10:18:02
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......@@ -90,7 +90,8 @@
isRefresh: {
handler (newVal, oldVal) {
if (newVal) this.loadBdcdylist()
}
},
immediate: true
}
},
methods: {
......
......@@ -35,17 +35,6 @@ export default {
slsq: {}
}
},
computed: {
...mapGetters(['isRefresh'])
},
watch: {
isRefresh: {
handler (newVal, oldVal) {
if (newVal) this.loadBdcdylist()
},
immediate: true
}
},
mounted () {
this.flowInitParam();
},
......
......@@ -129,6 +129,7 @@
} else {
this.$message.error(res.message);
}
this.$popupCacel()
})
}
},
......
......@@ -120,7 +120,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -256,6 +256,7 @@
}
})
}
this.$popupCacel()
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -109,6 +109,7 @@
} else {
this.$message.error(res.message);
}
this.$popupCacel()
})
},
handleSelectionChange (val) {
......
......@@ -106,6 +106,7 @@
} else {
this.$message.error(res.message);
}
this.$popupCacel()
})
},
handleSelectionChange (val) {
......
......@@ -134,7 +134,8 @@
} else {
this.$alert(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -111,7 +111,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -106,13 +106,13 @@
if (!this.isJump) {
this.jump(res.result, this.sqywInfo.djywbm);
} else {
this.$popupCacel()
store.dispatch('user/refreshPage', true);
}
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -119,7 +119,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -157,6 +157,7 @@
} else {
this.$message.error(res.message)
}
this.$popupCacel()
})
},
openBook (row) {
......
......@@ -46,7 +46,7 @@
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import table from "@/utils/mixin/table";
import jump from "./mixin/jump";
import { startBusinessFlow, selectZdjbxx} from "@/api/ywbl.js";
import { startBusinessFlow, selectZdjbxx } from "@/api/ywbl.js";
export default {
mixins: [table, jump],
props: {
......@@ -124,7 +124,8 @@
} else {
this.$alert(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
this.bdcdysz = val;
......
......@@ -111,7 +111,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -111,7 +111,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......
......@@ -111,7 +111,8 @@
} else {
this.$message.error(res.message);
}
});
this.$popupCacel()
})
},
handleSelectionChange (val) {
val.forEach((item, index) => {
......