|
@@ -2176,12 +2176,10 @@ export default {
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.columnNoRoutList = res.data
|
|
|
- this.reset()
|
|
|
})
|
|
|
this.notRoutList = ['select']
|
|
|
} else {
|
|
|
this.getColumShowHideScheme()
|
|
|
- this.reset()
|
|
|
}
|
|
|
if (getCookie('orgCode') == 'xiaoshouyewuyuan') {
|
|
|
this.isShowOperateYeWuYuan = true
|
|
@@ -2209,6 +2207,7 @@ export default {
|
|
|
watch: {
|
|
|
visibleList: {
|
|
|
deep: true,
|
|
|
+ immediate: true,
|
|
|
handler(val) {
|
|
|
let standList = this.$store.state.saleSteelToggleIds
|
|
|
this.$nextTick(() => {
|