去掉一个引起不能构建的逗号
parent
1c06677a21
commit
eee0b981c2
|
@ -184,7 +184,7 @@ const onCloseProject = (row) => {
|
||||||
}).catch(function (error) {
|
}).catch(function (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
})
|
})
|
||||||
},
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
import {ElMessage} from "element-plus";
|
import {ElMessage} from "element-plus";
|
||||||
|
|
Loading…
Reference in New Issue