|
@@ -21,6 +21,13 @@
|
21
|
21
|
/>
|
22
|
22
|
</div>
|
23
|
23
|
<div class="search_right">
|
|
24
|
+ <Button
|
|
25
|
+ type="primary"
|
|
26
|
+ class="primary_btn"
|
|
27
|
+ style="margin-right: 10px"
|
|
28
|
+ @click="getList()"
|
|
29
|
+ >刷新</Button
|
|
30
|
+ >
|
24
|
31
|
<Dropdown @on-click="dropdownSelected">
|
25
|
32
|
<div class="drop_btn">
|
26
|
33
|
其他操作<Icon type="ios-arrow-down" class="arrow_down" />
|
|
@@ -434,7 +441,7 @@ export default {
|
434
|
441
|
}).then((data) => {
|
435
|
442
|
if (data.code === 0) {
|
436
|
443
|
this.$Message.success(data.msg);
|
437
|
|
- this.searchList();
|
|
444
|
+ this.getList();
|
438
|
445
|
} else {
|
439
|
446
|
this.$Message.error(data.msg);
|
440
|
447
|
}
|