|
|
@@ -197,6 +197,7 @@
|
|
|
<a-col :md="9" :sm="24">
|
|
|
<a-button type="primary" @click="searchQuery2" icon="search" style="margin-left: 21px">查询</a-button>
|
|
|
<a-button type="primary" @click="searchReset2" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
+ <a-button type="danger" @click="transfer" style="margin-left: 8px">转派</a-button>
|
|
|
<!-- <a-button type="danger" @click="transfer" style="margin-left: 8px">转派</a-button>-->
|
|
|
|
|
|
</a-col>
|
|
|
@@ -542,7 +543,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
})
|
|
|
- this.visible = true;
|
|
|
+ //this.visible = true;
|
|
|
|
|
|
},
|
|
|
showModal() {
|
|
|
@@ -601,10 +602,10 @@ export default {
|
|
|
this.$message.warn('未选择需转派的数据!')
|
|
|
return
|
|
|
}
|
|
|
- if ( this.orgCode===''){
|
|
|
- this.$message.warn('部门不可为空!')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if ( this.orgCode===''){
|
|
|
+ // this.$message.warn('部门不可为空!')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
let url = '/smsCheck/customerData/transfer';
|
|
|
let params = {
|
|
|
userId : this.selectedRowKeys2[0],
|