上传历史记录修改

master
wanglei 1 year ago
parent ee5cfeec93
commit db545935d8

@ -66,7 +66,7 @@
<el-col :span="1.5" v-if="queryParams.recognize==='0'&&(queryParams.ywType==='option1'||queryParams.ywType==='option2'||queryParams.ywType==='option3'||queryParams.ywType==='option4'||queryParams.ywType==='option5'||queryParams.ywType==='option6'||queryParams.ywType==='option7'||queryParams.ywType==='option8'||queryParams.ywType==='option9')"> <el-col :span="1.5" v-if="queryParams.recognize==='0'&&(queryParams.ywType==='option1'||queryParams.ywType==='option2'||queryParams.ywType==='option3'||queryParams.ywType==='option4'||queryParams.ywType==='option5'||queryParams.ywType==='option6'||queryParams.ywType==='option7'||queryParams.ywType==='option8'||queryParams.ywType==='option9')">
<el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw"></el-button> <el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw"></el-button>
</el-col> </el-col>
<!-- <el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="danger" type="danger"
plain plain
@ -76,7 +76,7 @@
@click="handleDelete" @click="handleDelete"
v-hasPermi="['dangan:pictureRecard:remove']" v-hasPermi="['dangan:pictureRecard:remove']"
>删除</el-button> >删除</el-button>
</el-col>--> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
@ -339,6 +339,7 @@ export default {
// //
handleYwType(ywType){ handleYwType(ywType){
this.resetForm("queryForm"); this.resetForm("queryForm");
this.queryParams.muId = null;
if(this.queryParams.ywType!==ywType){ if(this.queryParams.ywType!==ywType){
this.queryParams.ywType=ywType; this.queryParams.ywType=ywType;
this.queryParams.recognize='0' this.queryParams.recognize='0'

Loading…
Cancel
Save