Przeglądaj źródła

修改内容管理

lex-xin 4 lat temu
rodzic
commit
e8e5c9d281
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/contentManager/contentOperation.vue

+ 1 - 1
src/views/contentManager/contentOperation.vue

@@ -592,7 +592,7 @@ export default {
           let { subjectIdList, ...rest } = this.form
           let form = {
             ...rest,
-            subjectIdList: subjectIdList.join(',')
+            subjectIdList: subjectIdList ? subjectIdList.join(',') : null
           }
           let actionTime = form.actionTime
           // console.log(actionTime)