Browse Source

no message

DESKTOP-SVI9JE1\muzen 1 year ago
parent
commit
af332440a2
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/views/content/insert/detail.vue
  2. 0 1
      src/views/content/setting/detail.vue

+ 0 - 1
src/views/content/insert/detail.vue

@@ -234,7 +234,6 @@ function getDialog() {
     if (audioData.form.type !== 2) {
       nextTick(() => {
         proxy.$refs.table.clearSelection()
-        data.selectionList = data.form.audioList
         if (val && data.selectionList.length > 0) {
           data.selectionList.map(i => {
             let row = val.find(j => j.id === i.audioId)

+ 0 - 1
src/views/content/setting/detail.vue

@@ -265,7 +265,6 @@ function getDialog() {
     if (audioData.form.type !== 2) {
       nextTick(() => {
         proxy.$refs.table.clearSelection()
-        data.selectionList = data.form.audioList
         if (val && data.selectionList.length > 0) {
           data.selectionList.map(i => {
             let row = val.find(j => j.id === i.audioId)