rev:优化日志

This commit is contained in:
2024-07-13 18:13:34 +08:00
parent 2e3bbf7bbb
commit ab5f7a82eb
7 changed files with 299 additions and 196 deletions

View File

@@ -18,7 +18,7 @@
style="width: 200px"
@change="crud.toQuery"
>
<el-option v-for="item in methods" :key="item.value" :label="item.label" :value="item.value" />
<el-option v-for="item in methods" :key="item.id" :label="item.label" :value="item.value" />
</el-select>
<el-input
v-model="query.requestparam"