Commit a1b578779ebfe9d96e8ba67227d8fa05f5de3ee3

Authored by 谭毅彬
1 parent 787e3ec7

接口日志查询页面指定业务响应码查询BUG修复

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/views/system/monitor/ApiLogList.vue
... ... @@ -55,7 +55,7 @@
55 55 </a-col>
56 56 <a-col :xl="6" :lg="7" :md="8" :sm="24">
57 57 <a-form-item label="业务响应码">
58   - <j-input placeholder="请输入业务响应码" v-model="queryParam.retCode"></j-input>
  58 + <a-input placeholder="请输入业务响应码" v-model="queryParam.retCode"></a-input>
59 59 </a-form-item>
60 60 </a-col>
61 61 <a-col :xl="6" :lg="7" :md="8" :sm="24">
... ...