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,