tangning преди 2 дни
родител
ревизия
eb1724ee69
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/view/newFireCase/dyManager/sceneDownload.vue
  2. 1 1
      src/view/newFireCase/meshManager/sceneDownload.vue

+ 1 - 1
src/view/newFireCase/dyManager/sceneDownload.vue

@@ -61,7 +61,7 @@ const stateTitle = {
 
 const params = {
   num: props.scene.num,
-  isObj: 1,
+  isObj: 0,
 };
 // 初始化
 const initial = async () => {

+ 1 - 1
src/view/newFireCase/meshManager/sceneDownload.vue

@@ -60,7 +60,7 @@ const stateTitle = {
 
 const params = {
   num: props.scene.num,
-  isObj: 0,
+  isObj: 1,
 };
 // 初始化
 const initial = async () => {