修复高级工具存在objectId无法创建项目

This commit is contained in:
X1627315083
2025-11-14 17:20:18 +08:00
parent 1b289ae265
commit 38a7cd9015
2 changed files with 4 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ export default defineComponent({
}
Https.axiosPost(Https.httpUrls.projectSaveOrUpdate,value).then((rv)=>{
if(rv){
store.commit('clearAllCollection')
let value = {
id:rv.id
}