|
@@ -332,17 +332,16 @@ const handleSelectionChange = (e) => {
|
|
|
|
|
|
// 单选
|
|
|
const handleChooseAudio = (e) => {
|
|
|
- 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
|
|
|
+ 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
|
|
|
}
|
|
|
|
|
|
// 删除
|