File tree 1 file changed +3
-5
lines changed
src/views/log/operation-log
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 23
23
@clear =" search"
24
24
/>
25
25
</el-form-item >
26
- <!-- <el-form-item label="请求方式">
27
- <el-input v-model.trim="params.method" clearable placeholder="请求方式" @keyup.enter.native="search"
28
- @clear="search" />
29
- </el-form-item> -->
30
26
<el-form-item prop =" method" label =" 请求方式" >
31
27
<el-select v-model =" params.method" placeholder =" 请选择请求状态" clearable @change =" search" @clear =" search" >
32
28
<el-option v-for =" item in RequestList" :key =" item.value" :label =" item.label" :value =" item.value" />
@@ -236,7 +232,9 @@ export default {
236
232
}).then (async res => {
237
233
this .loading = true
238
234
try {
239
- await CleanOperationLog ()
235
+ await CleanOperationLog ().then (res => {
236
+ this .judgeResult (res)
237
+ })
240
238
} finally {
241
239
this .loading = false
242
240
}
You can’t perform that action at this time.
0 commit comments