Browse Source

no message

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
ed64765e6c
1 changed files with 11 additions and 7 deletions
  1. 11 7
      src/views/content/setting/detail.vue

+ 11 - 7
src/views/content/setting/detail.vue

@@ -332,13 +332,17 @@ const handleSelectionChange = (e) => {
 
 // 单选
 const handleChooseAudio = (e) => {
-  data.form.audioList = []
-  data.form.audioList.push({
-    ...e,
-    audioName: e.name
-  })
-  proxy.$modal.msgSuccess('选择成功!')
-  dialogVisible.value = false
+  console.log(e);
+  // data.form.audioList = []
+  // data.form.audioList.push({
+  //   audioId: e.id,
+  //   audioName: e.name,
+  //   audioType: i.audioType,
+  //   categoryId: i.sceneId,
+  //   type: i.type
+  // })
+  // proxy.$modal.msgSuccess('选择成功!')
+  // dialogVisible.value = false
 }
 
 // 删除