浏览代码

no message

DESKTOP-SVI9JE1\muzen 1 年之前
父节点
当前提交
ed64765e6c
共有 1 个文件被更改,包括 11 次插入7 次删除
  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
 }
 
 // 删除