소스 검색

代码上传

zhangqiOMG 3 년 전
부모
커밋
69af4b337d
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      src/HManagement/EnterpriseArchives/index.vue
  2. 0 1
      src/components/normal-basic-layout/index.vue

+ 3 - 1
src/HManagement/EnterpriseArchives/index.vue

@@ -6,7 +6,8 @@
       formPath="EnterpriseArchives" 
       tableName="EnterpriseArchivesTable" 
       idName="sys_enterpriseid" 
-      :apiId="{query:20220920083901,del:20220920084201}">
+      :apiId="{query:20220920083901,del:20220920084201}"
+      :options="options">
       <template v-slot:tbList="scope">
         <div>
           {{scope.data.column.data[[scope.data.column.columnname]]}}
@@ -24,6 +25,7 @@
 export default {
   data () {
     return {
+      options:[]
     }
   },
   methods:{

+ 0 - 1
src/components/normal-basic-layout/index.vue

@@ -98,7 +98,6 @@ export default {
       fixLeftData:[],
       tableLayout:[],
       selection:[],
-      options:[],
       list:[],
       total:0,
       currentPage:0,