|
@@ -466,6 +466,7 @@
|
|
|
label: 'deptName',
|
|
|
}"
|
|
|
style="margin-left: 20px"
|
|
|
+ @change="agentChange"
|
|
|
>
|
|
|
</el-transfer>
|
|
|
</el-dialog>
|
|
@@ -864,6 +865,20 @@ export default {
|
|
|
submitFileForm() {
|
|
|
this.$refs.upload.submit();
|
|
|
},
|
|
|
+ agentChange(q,direction,e){
|
|
|
+ console.log(q,direction,e);
|
|
|
+ if(direction == 'right'){
|
|
|
+ // 向右添加
|
|
|
+ }else if(direction == 'left'){
|
|
|
+ // 向左减少
|
|
|
+ }
|
|
|
+ },
|
|
|
+ getLeftAgent(){
|
|
|
+
|
|
|
+ },
|
|
|
+ getRightAgent(){
|
|
|
+
|
|
|
+ }
|
|
|
},
|
|
|
};
|
|
|
</script>
|