|
|
|
@ -14,7 +14,8 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<el-button type="primary" icon="search" @click="getList"
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
<el-button type="primary"icon="el-icon-search" @click="getList"
|
|
|
|
|
>查询
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
@ -265,7 +266,7 @@ export default {
|
|
|
|
|
supId: null,
|
|
|
|
|
};
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.getList();
|
|
|
|
|
//this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
enterKey(event) {
|
|
|
|
|