tangning пре 6 месеци
родитељ
комит
d91b1bc1db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/productOperation/cameraScene.vue

+ 1 - 1
src/views/productOperation/cameraScene.vue

@@ -221,7 +221,7 @@
         title: `场景列表`,
         columns: getColumns(false),
         // rowSelection: { type: 'checkbox' },
-        searchInfo: { type: tableType, userName: props.userName },
+        searchInfo: props.userName?{ type: tableType, userName: props.userName }:{type: tableType},
         useSearchForm: true,
         formConfig: searchFormSs,
         showTableSetting: true,