Browse Source

修改bug

master
曲树通 6 years ago
parent
commit
806bee50be
  1. 1
      src/views/modules/custom/gridoperatorinfo-add-or-update.vue

1
src/views/modules/custom/gridoperatorinfo-add-or-update.vue

@ -155,6 +155,7 @@ export default {
methods: {
init () {
this.getByLoginUser()
this.getListCategory()
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/oss/file/upload?token=${Cookies.get('token')}`
this.visible = true
this.$nextTick(() => {

Loading…
Cancel
Save