代码修正

This commit is contained in:
xiaofajia 2024-11-14 18:29:09 +08:00
parent a79c5c6dc6
commit ac6c36894c

View File

@ -219,6 +219,7 @@ export default {
}, },
async open(row) { async open(row) {
try { try {
this.items = []
this.dialogVisible = true this.dialogVisible = true
this.dialogLoading = this.$loading({ this.dialogLoading = this.$loading({
target: this.$refs.dialogRef.$el target: this.$refs.dialogRef.$el