机型配置
This commit is contained in:
@@ -33,6 +33,8 @@ const app = createApp({
|
||||
newModelDesc: '',
|
||||
newModelNotes: '',
|
||||
newPoseForm: {}, // 机型配置:新建姿态的表单
|
||||
showAddModelModal: false,
|
||||
expandedModelId: null,
|
||||
// 机械臂
|
||||
armConnected: false,
|
||||
currentAngles: [],
|
||||
@@ -222,9 +224,11 @@ const app = createApp({
|
||||
if (data.ok) {
|
||||
await this.loadAllModels()
|
||||
this.newModelName = ''
|
||||
this.newModelId = null
|
||||
this.newModelDesc = ''
|
||||
this.newModelNotes = ''
|
||||
this.newModelSerial = ''
|
||||
this.showAddModelModal = false
|
||||
}
|
||||
},
|
||||
async deleteModel(modelId) {
|
||||
|
||||
Reference in New Issue
Block a user