|
|
@ -51,7 +51,7 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-button type="primary" @click="onSubmit">查询</el-button>
|
|
|
|
<el-button type="primary" @click="onSubmit">查询</el-button>
|
|
|
|
<!-- <el-button type="primary" @click="onReset">重置</el-button> -->
|
|
|
|
<el-button type="primary" @click="onReset">重置</el-button>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -522,10 +522,12 @@ export default {
|
|
|
|
this.terminalList();
|
|
|
|
this.terminalList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//重置
|
|
|
|
//重置
|
|
|
|
onReset(){
|
|
|
|
onReset() {
|
|
|
|
|
|
|
|
this.formdata = {};
|
|
|
|
this.getSearchdy();
|
|
|
|
this.getSearchdy();
|
|
|
|
this.page = 1
|
|
|
|
this.page = 1;
|
|
|
|
this.pageSize = 20
|
|
|
|
this.pageSize = 20;
|
|
|
|
|
|
|
|
|
|
|
|
this.terminalList();
|
|
|
|
this.terminalList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
////获取拍照装置列表数据
|
|
|
|
////获取拍照装置列表数据
|
|
|
|