update 更改queue接口的名称

This commit is contained in:
2021-04-28 16:24:45 +08:00
parent f6c294b12e
commit aac183749b
11 changed files with 20 additions and 20 deletions

View File

@@ -260,9 +260,9 @@ export default {
onLoadCodes() {
return this.$api
.$queue([
this.$api.sysDictTypeDropDownWait({ code: 'menu_type' }),
this.$api.sysDictTypeDropDownWait({ code: 'menu_weight' }),
this.$api.sysDictTypeDropDownWait({ code: 'open_type' }),
this.$api.sysDictTypeDropDownAwait({ code: 'menu_type' }),
this.$api.sysDictTypeDropDownAwait({ code: 'menu_weight' }),
this.$api.sysDictTypeDropDownAwait({ code: 'open_type' }),
])
.then(([menuType, menuWerght, openType]) => {
return {