|
|
@ -1552,6 +1552,9 @@ export default { |
|
|
|
this.replaceThings({ name: this.myMap, idArr: [...this.boxStart] }) |
|
|
|
this.replaceThings({ name: this.myMap, idArr: [...this.boxStart] }) |
|
|
|
this.replaceThingsGoods([...this.boxStart2]) |
|
|
|
this.replaceThingsGoods([...this.boxStart2]) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
sessionStorage.getItem(this.isCredit ? 'creditPath' : 'computerPath') && this.showManage() |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
sessionStorage.getItem(this.isCredit ? 'creditPath' : 'computerPath') && this.showManage() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 取消掉v-drag拖拽事件 防止点击关闭时触发到拖拽事件,会比较难关掉 |
|
|
|
// 取消掉v-drag拖拽事件 防止点击关闭时触发到拖拽事件,会比较难关掉 |
|
|
@ -2183,7 +2186,7 @@ export default { |
|
|
|
this.nbm !== 5 && this.$store.commit('system/changePop', { show: false, text: '' }) // 关闭弹窗 |
|
|
|
this.nbm !== 5 && this.$store.commit('system/changePop', { show: false, text: '' }) // 关闭弹窗 |
|
|
|
} |
|
|
|
} |
|
|
|
// } |
|
|
|
// } |
|
|
|
|
|
|
|
debugger |
|
|
|
if (this.nbm !== 5) { |
|
|
|
if (this.nbm !== 5) { |
|
|
|
// 印章盒特殊处理 |
|
|
|
// 印章盒特殊处理 |
|
|
|
this.closePop() |
|
|
|
this.closePop() |
|
|
|