This commit is contained in:
yuping
2022-12-16 21:22:28 +08:00
parent 923d81c01a
commit 00342b3425

View File

@@ -378,7 +378,7 @@ const types = ref({
},
});
function toFinish(d) {
function toFinish(d,sName) {
if (!types.value.path[d.type]) {
ElMessage.error("暂时未开放");
return;