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

@@ -128,8 +128,8 @@ export default {
onLoadCodes() {
this.$api
.$queue([
this.$api.sysDictTypeDropDownWait({ code: 'code1' }),
this.$api.sysDictTypeDropDownWait({ code: 'code2' }),
this.$api.sysDictTypeDropDownAwait({ code: 'code1' }),
this.$api.sysDictTypeDropDownAwait({ code: 'code2' }),
])
.then(([code1, code2]) => {
this.codes.code1 = code1.data;