This commit is contained in:
X1627315083
2025-07-24 20:15:39 +08:00
parent e203861586
commit 46b1c5cd71
22 changed files with 1002 additions and 284 deletions

View File

@@ -81,6 +81,7 @@ export default defineComponent({
if(detailData.currentDetailType != 'print' && detailData.currentDetailType != 'element'){
store.commit('DesignDetailCopy/setNewDetail',value)
}else{
store.commit('DesignDetailCopy/setCurrentPrintElement',null)
store.commit('DesignDetailCopy/setCurrentPrintElement',data)
}
}