1
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
},
|
||||
selectObj(val) {
|
||||
this.form.bindObjectId = val[val.length - 1];
|
||||
this.form.bindObjectType = val.length - 1;
|
||||
this.form.bindObjectType = val.length;
|
||||
},
|
||||
submitForm() {
|
||||
this.$refs['form'].validate((valid) => {
|
||||
@@ -152,4 +152,4 @@ export default {
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user