Browse Source

完善经销商管理

master
yunuo970428 2 years ago
parent
commit
387a6a16e3
  1. 5
      anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue

5
anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue

@ -268,6 +268,8 @@ export default {
} }
}, },
mounted() { mounted() {
// vuewindowpostMessagehandleMessage
window.addEventListener('message', this.handleMessage)
this.$refs['btnbar'].setButtonList(this.btnList) this.$refs['btnbar'].setButtonList(this.btnList)
}, },
created() { created() {
@ -283,7 +285,6 @@ export default {
code = event.data.params.code code = event.data.params.code
} }
if (code === 1) { if (code === 1) {
this.init()
this.centerDialogVisible = false this.centerDialogVisible = false
} else if (code === 2) { } else if (code === 2) {
this.dialogHeight = event.data.params.data this.dialogHeight = event.data.params.data
@ -304,7 +305,7 @@ export default {
procInsId: row.procInstId, procInsId: row.procInstId,
token: getStorage() token: getStorage()
} }
this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params))) this.url = 'http://localhost:9530/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params)))
}, },
// //
clicksearchShow() { clicksearchShow() {

Loading…
Cancel
Save