Browse Source

代码上传

zhangqiOMG 2 years ago
parent
commit
69af4b337d

+ 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,