This commit is contained in:
2024-04-12 16:59:34 +08:00
parent 3308fcbef9
commit 475ec35ec5
3 changed files with 8 additions and 5 deletions

View File

@@ -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>