Explorar el Código

可见范围改为默认0

natasha hace 1 año
padre
commit
6d27c45182
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/courseList.vue

+ 2 - 2
src/views/courseList.vue

@@ -587,7 +587,7 @@ export default {
         price: null,
         org_id: "",
         org_name: "",
-        publish_scope: 1,
+        publish_scope: 0,
         publish_number: "",
         series_code: "",
         picture_id: "",
@@ -829,7 +829,7 @@ export default {
         price: null,
         org_id: "",
         org_name: "",
-        publish_scope: 1,
+        publish_scope: 0,
         publish_number: "",
         series_code: "",
         picture_id: "",