Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
516da3312491120907802e4b8d3aafd633ef90d0
Authored by
loveumiko
2023-11-15 15:53:32 +0800
1 parent
53534a10
fix: 编辑产品时产品品类改为不能编辑
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/profiles/step/cpns/physical/PhysicalModelModal.vue
src/views/device/profiles/step/cpns/physical/PhysicalModelModal.vue
View file @
516da33
...
...
@@ -187,6 +187,7 @@
187
187
: await updateModel(params);
188
188
createMessage.success('修改成功');
189
189
}
190
+
190
191
closeModal();
191
192
emit('success');
192
193
} catch (error) {
...
...