Browse Source

no message

DESKTOP-SVI9JE1\muzen 1 năm trước cách đây
mục cha
commit
af332440a2

+ 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)