提交 db1dc43d 编写于 作者: KK's avatar KK

参数错误

上级 82a4e18e
......@@ -206,7 +206,7 @@ export default class AppSelect extends Vue {
if(!bcancel){
return
}
let response: any = await this.codeListService.getItems(this.tag, this.isCache, param.context, param.param);
let response: any = await this.codeListService.getItems(this.tag, param.context, param.param);
if (response) {
this.overload = true;
this.options = response
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册