Commit f104c79b by li_hongchao

逻辑库新增后,更新本地缓存

    this.$store.dispatch("ljk/_ljkRy") // 获取用户人员逻辑库JSON
          this.$store.dispatch("ljk/_ljkAj") // 获取用户案件逻辑库JSON
          this.$store.dispatch("ljk/_ljkAll") // 获取用户所有逻辑库名称NAME
parent 18cdde1a
...@@ -500,11 +500,9 @@ export default { ...@@ -500,11 +500,9 @@ export default {
} else { } else {
this.canceladd(true) this.canceladd(true)
} }
if (this.isRy) { this.$store.dispatch('ljk/_ljkRy') // 获取用户人员逻辑库JSON
this.$store.dispatch('ljk/_ljkRy') // 获取用户逻辑库 this.$store.dispatch('ljk/_ljkAj') // 获取用户案件逻辑库JSON
} else { this.$store.dispatch('ljk/_ljkAll') // 获取用户所有逻辑库名称NAME
this.$store.dispatch('ljk/_ljkAj') // 获取用户逻辑库
}
} }
}) })
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment