Commit c19840f7 authored by danfuman's avatar danfuman

修改

parent ae61f83c
...@@ -26,7 +26,11 @@ ...@@ -26,7 +26,11 @@
<el-input v-model="queryParam.target" placeholder="拜访对象" maxlength="500" style="width: 100px;"> <el-input v-model="queryParam.target" placeholder="拜访对象" maxlength="500" style="width: 100px;">
</el-input> </el-input>
</div> </div>
<div class="btn btn_primary h32 wc" @click="add" :class="{'btn_disabled':queryParam.task == ''}">完成</div> <div class="wc">
<div class="btn btn_primary h32 " @click="add" :class="{'btn_disabled':queryParam.task == ''}">完成</div>
<div class="btn btn_primary h32" style="border: 1px solid #D3D3D3;background: #ffffff;color:rgba(35,35,35,0.8);" @click="cancel" :class="{'btn_disabled':queryParam.task == ''}">取消</div>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -85,7 +89,7 @@ ...@@ -85,7 +89,7 @@
}, },
data(){ data(){
return{ return{
isEdit:true, isEdit:false,
value:'', value:'',
status:0, status:0,
queryParam:{ queryParam:{
...@@ -129,6 +133,12 @@ ...@@ -129,6 +133,12 @@
} }
}) })
}, },
cancel(){
this.isEdit = false;
this.queryParam.target = ''
this.queryParam.task = ''
this.queryParam.finishTime = ''
},
getList(){ getList(){
this.isSkeleton = true this.isSkeleton = true
getGZDB(this.searchPram).then(result=>{ getGZDB(this.searchPram).then(result=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment