|
|
@ -291,8 +291,13 @@ export default { |
|
|
|
this.ruleForm.files.splice(index, 1); |
|
|
|
}, |
|
|
|
handleChangeQuery() { |
|
|
|
this.pageData.pageNum = 1; |
|
|
|
this.getTableData(); |
|
|
|
if(this.paramsData.userIds.length > 5){ |
|
|
|
this.$message.warning("最多只能选取5名责任人"); |
|
|
|
this.paramsData.userIds.splice(-1); |
|
|
|
}else{ |
|
|
|
this.pageData.pageNum = 1; |
|
|
|
this.getTableData(); |
|
|
|
} |
|
|
|
}, |
|
|
|
handleSelectionChange(e) { |
|
|
|
console.log("handleSelectionChange >>>>> ", e); |
|
|
|