瀏覽代碼

营销-SPD-商机:商机流程文件权限管控;

001295 2 年之前
父節點
當前提交
bd0c8dcc85

+ 8 - 9
src/views/business/spd/bo/basic/filemanager.vue

@@ -6,7 +6,7 @@
           <el-col :span="1.5">
             <el-input v-model="fileName" placeholder="待上传" readonly />
           </el-col>
-          <el-col :span="1.5" v-show="!fileUrlid">
+          <el-col :span="1.5" v-show="!fileUrlid && form.winningState == 0">
             <el-upload
               class="upload-demo"
               ref="upload"
@@ -22,17 +22,12 @@
               </el-button>
             </el-upload>
           </el-col>
-          <el-col :span="1.5" v-show="fileUrlid" >
+          <el-col :span="1.5" v-show="fileUrlid && (this.$store.state.user.name == fileCreateBy || this.$store.state.user.id == form.principal)" >
             <el-button type="success" plain icon="el-icon-download" size="small" @click="exportAccessory">
               下载
             </el-button>
           </el-col>
-          <el-col :span="1.5" v-show="fileUrlid" >
-            <el-button type="success" plain icon="el-icon-download" size="small" @click="exportAccessory">
-              下载
-            </el-button>
-          </el-col>
-          <el-col :span="1.5" v-show="fileUrlid">
+          <el-col :span="1.5" v-show="fileUrlid  && form.winningState == 0 && this.$store.state.user.name == fileCreateBy" >
             <el-button size="small" type="danger" plain icon="el-icon-delete" @click="deleteAccessory(field)">
               删除
             </el-button>
@@ -49,7 +44,7 @@ import axios from "axios";
 
 export default {
   name: "filemanager",
-  props: ["form","name","fileName","fileUrlid","field"],
+  props: ["form","name","fileName","fileUrlid","fileCreateBy","field"],
   data() {
     return {
       //文件
@@ -57,6 +52,10 @@ export default {
     };
   },
   created() {
+    console.log('this.name',this.form);
+    console.log('this.name',this.name);
+    console.log('this.$store.state.user',this.$store.state.user);
+    console.log('this.fileCreateBy',this.fileCreateBy);
   },
   methods: {
     fileChange (file, fileList) {

+ 40 - 0
src/views/business/spd/bo/basic/process.vue

@@ -65,6 +65,7 @@
             :name="'商机审议会'"
             :fileName="form.boFlow.businessCouncilAccessoryName"
             :fileUrlid="form.boFlow.businessCouncilAccessoryUrlId"
+            :fileCreateBy="form.boFlow.businessCouncilAccessoryCreateBy"
             :field="'business_council_accessory'"
             v-if="form.boFlow.projectApproval == 1"
           />
@@ -74,6 +75,7 @@
             :name="'立项书'"
             :fileName="form.boFlow.projectProposalAccessoryName"
             :fileUrlid="form.boFlow.projectProposalAccessoryUrlId"
+            :fileCreateBy="form.boFlow.projectProposalAccessoryCreateBy"
             :field="'project_proposal_accessory'"
             v-if="form.boFlow.projectApproval == 1"
           />
@@ -89,6 +91,7 @@
               :name="'售前提案文件'"
               :fileName="form.boFlow.preSaleProposalAccessoryName"
               :fileUrlid="form.boFlow.preSaleProposalAccessoryUrlId"
+              :fileCreateBy="form.boFlow.preSaleProposalAccessoryCreateBy"
               :field="'pre_sale_proposal_accessory'"
             />
           </el-col>
@@ -121,6 +124,7 @@
               :name="'考察报告'"
               :fileName="form.boFlow.investigationReportAccessoryName"
               :fileUrlid="form.boFlow.investigationReportAccessoryUrlId"
+              :fileCreateBy="form.boFlow.investigationReportAccessoryCreateBy"
               :field="'investigation_report_accessory'"
             />
           </el-col>
@@ -193,6 +197,7 @@
           :name="'调研报告'"
           :fileName="form.boFlow.investigateReportAccessoryName"
           :fileUrlid="form.boFlow.investigateReportAccessoryUrlId"
+          :fileCreateBy="form.boFlow.investigateReportAccessoryCreateBy"
           :field="'investigate_report_accessory'"
         />
       </el-tab-pane>
@@ -218,6 +223,7 @@
               :name="'投标书'"
               :fileName="form.boFlow.biddingDocumentsAccessoryName"
               :fileUrlid="form.boFlow.biddingDocumentsAccessoryUrlId"
+              :fileCreateBy="form.boFlow.biddingDocumentsAccessoryCreateBy"
               :field="'bidding_documents_accessory'"
             />
           </el-row>
@@ -264,6 +270,7 @@
               :name="'中标通知书'"
               :fileName="form.boFlow.letterAcceptanceAccessoryName"
               :fileUrlid="form.boFlow.letterAcceptanceAccessoryUrlId"
+              :fileCreateBy="form.boFlow.letterAcceptanceAccessoryCreateBy"
               :field="'letter_acceptance_accessory'"
             />
           </el-row>
@@ -289,6 +296,7 @@
               :name="'合同文件'"
               :fileName="form.boFlow.contractDocumentAccessoryName"
               :fileUrlid="form.boFlow.contractDocumentAccessoryUrlId"
+              :fileCreateBy="form.boFlow.contractDocumentAccessoryCreateBy"
               :field="'contract_document_accessory'"
             />
           </el-row>
@@ -328,6 +336,7 @@
             :name="'商机审议会'"
             :fileName="form.consumablesBoFlow.businessCouncilAccessoryName"
             :fileUrlid="form.consumablesBoFlow.businessCouncilAccessoryUrlId"
+            :fileCreateBy="form.consumablesBoFlow.businessCouncilAccessoryCreateBy"
             :field="'business_council_accessory'"
             v-if="form.consumablesBoFlow.projectApproval == 1"
           />
@@ -337,6 +346,7 @@
             :name="'立项书'"
             :fileName="form.consumablesBoFlow.projectProposalAccessoryName"
             :fileUrlid="form.consumablesBoFlow.projectProposalAccessoryUrlId"
+            :fileCreateBy="form.consumablesBoFlow.projectProposalAccessoryCreateBy"
             :field="'project_proposal_accessory'"
             v-if="form.consumablesBoFlow.projectApproval == 1"
           />
@@ -361,6 +371,7 @@
           :name="'产品清单'"
           :fileName="form.consumablesBoFlow.packagedProductAccessoryName"
           :fileUrlid="form.consumablesBoFlow.packagedProductAccessoryUrlId"
+          :fileCreateBy="form.consumablesBoFlow.packagedProductAccessoryCreateBy"
           :field="'packaged_product_accessory'"
         />
       </el-tab-pane>
@@ -372,6 +383,7 @@
           :name="'产品解决方案'"
           :fileName="form.consumablesBoFlow.productSolutionAccessoryName"
           :fileUrlid="form.consumablesBoFlow.productSolutionAccessoryUrlId"
+          :fileCreateBy="form.consumablesBoFlow.productSolutionAccessoryCreateBy"
           :field="'product_solution_accessory'"
         />
       </el-tab-pane>
@@ -414,6 +426,7 @@
               :name="'投标书'"
               :fileName="form.consumablesBoFlow.biddingDocumentsAccessoryName"
               :fileUrlid="form.consumablesBoFlow.biddingDocumentsAccessoryUrlId"
+              :fileCreateBy="form.consumablesBoFlow.biddingDocumentsAccessoryCreateBy"
               :field="'bidding_documents_accessory'"
             />
           </el-row>
@@ -460,6 +473,7 @@
               :name="'中标通知书'"
               :fileName="form.consumablesBoFlow.letterAcceptanceAccessoryName"
               :fileUrlid="form.consumablesBoFlow.letterAcceptanceAccessoryUrlId"
+              :fileCreateBy="form.consumablesBoFlow.letterAcceptanceAccessoryCreateBy"
               :field="'letter_acceptance_accessory'"
             />
           </el-row>
@@ -485,6 +499,7 @@
               :name="'合同文件'"
               :fileName="form.consumablesBoFlow.contractDocumentAccessoryName"
               :fileUrlid="form.consumablesBoFlow.contractDocumentAccessoryUrlId"
+              :fileCreateBy="form.consumablesBoFlow.contractDocumentAccessoryCreateBy"
               :field="'contract_document_accessory'"
             />
           </el-row>
@@ -500,6 +515,7 @@
           :name="'耗材清单'"
           :fileName="form.medicalBoFlow.hosSuppliesListAccessoryName"
           :fileUrlid="form.medicalBoFlow.hosSuppliesListAccessoryUrlId"
+          :fileCreateBy="form.medicalBoFlow.hosSuppliesListAccessoryCreateBy"
           :field="'hos_supplies_list_accessory'"
         />
       </el-tab-pane>
@@ -535,6 +551,7 @@
             :name="'商机审议会'"
             :fileName="form.medicalBoFlow.businessCouncilAccessoryName"
             :fileUrlid="form.medicalBoFlow.businessCouncilAccessoryUrlId"
+            :fileCreateBy="form.medicalBoFlow.businessCouncilAccessoryCreateBy"
             :field="'business_council_accessory'"
             v-if="form.medicalBoFlow.projectApproval == 1"
           />
@@ -544,6 +561,7 @@
             :name="'立项书'"
             :fileName="form.medicalBoFlow.projectProposalAccessoryName"
             :fileUrlid="form.medicalBoFlow.projectProposalAccessoryUrlId"
+            :fileCreateBy="form.medicalBoFlow.projectProposalAccessoryCreateBy"
             :field="'project_proposal_accessory'"
             v-if="form.medicalBoFlow.projectApproval == 1"
           />
@@ -568,6 +586,7 @@
           :name="'产品清单'"
           :fileName="form.medicalBoFlow.hosSuppliesListAccessoryName"
           :fileUrlid="form.medicalBoFlow.hosSuppliesListAccessoryUrlId"
+          :fileCreateBy="form.medicalBoFlow.hosSuppliesListAccessoryCreateBy"
           :field="'hos_supplies_list_accessory'"
         />
       </el-tab-pane>
@@ -579,6 +598,7 @@
           :name="'产品解决方案'"
           :fileName="form.medicalBoFlow.productSolutionAccessoryName"
           :fileUrlid="form.medicalBoFlow.productSolutionAccessoryUrlId"
+          :fileCreateBy="form.medicalBoFlow.productSolutionAccessoryCreateBy"
           :field="'product_solution_accessory'"
         />
       </el-tab-pane>
@@ -590,6 +610,7 @@
           :name="'临床申请报告'"
           :fileName="form.medicalBoFlow.clinicalReportAccessoryName"
           :fileUrlid="form.medicalBoFlow.clinicalReportAccessoryUrlId"
+          :fileCreateBy="form.medicalBoFlow.clinicalReportAccessoryCreateBy"
           :field="'clinical_report_accessory'"
         />
       </el-tab-pane>
@@ -634,6 +655,7 @@
               :name="'投标书'"
               :fileName="form.medicalBoFlow.biddingDocumentsAccessoryName"
               :fileUrlid="form.medicalBoFlow.biddingDocumentsAccessoryUrlId"
+              :fileCreateBy="form.medicalBoFlow.biddingDocumentsAccessoryCreateBy"
               :field="'bidding_documents_accessory'"
             />
           </el-row>
@@ -680,6 +702,7 @@
               :name="'中标通知书'"
               :fileName="form.medicalBoFlow.letterAcceptanceAccessoryName"
               :fileUrlid="form.medicalBoFlow.letterAcceptanceAccessoryUrlId"
+              :fileCreateBy="form.medicalBoFlow.letterAcceptanceAccessoryCreateBy"
               :field="'letter_acceptance_accessory'"
             />
           </el-row>
@@ -705,6 +728,7 @@
               :name="'合同文件'"
               :fileName="form.medicalBoFlow.contractDocumentAccessoryName"
               :fileUrlid="form.medicalBoFlow.contractDocumentAccessoryUrlId"
+              :fileCreateBy="form.medicalBoFlow.contractDocumentAccessoryCreateBy"
               :field="'contract_document_accessory'"
             />
           </el-row>
@@ -720,6 +744,7 @@
           :name="'设备清单'"
           :fileName="form.armariumBoFlow.hosEqPurchaseAccessoryName"
           :fileUrlid="form.armariumBoFlow.hosEqPurchaseAccessoryUrlId"
+          :fileCreateBy="form.armariumBoFlow.hosEqPurchaseAccessoryCreateBy"
           :field="'hos_eq_purchase_accessory'"
         />
       </el-tab-pane>
@@ -755,6 +780,7 @@
             :name="'商机审议会'"
             :fileName="form.armariumBoFlow.businessCouncilAccessoryName"
             :fileUrlid="form.armariumBoFlow.businessCouncilAccessoryUrlId"
+            :fileCreateBy="form.armariumBoFlow.businessCouncilAccessoryCreateBy"
             :field="'business_council_accessory'"
             v-if="form.armariumBoFlow.projectApproval == 1"
           />
@@ -764,6 +790,7 @@
             :name="'立项书'"
             :fileName="form.armariumBoFlow.projectProposalAccessoryName"
             :fileUrlid="form.armariumBoFlow.projectProposalAccessoryUrlId"
+            :fileCreateBy="form.armariumBoFlow.projectProposalAccessoryCreateBy"
             :field="'project_proposal_accessory'"
             v-if="form.armariumBoFlow.projectApproval == 1"
           />
@@ -797,6 +824,7 @@
             :name="'谈判产品报告'"
             :fileName="form.armariumBoFlow.negotiationProductAccessoryName"
             :fileUrlid="form.armariumBoFlow.negotiationProductAccessoryUrlId"
+            :fileCreateBy="form.armariumBoFlow.negotiationProductAccessoryCreateBy"
             :field="'negotiation_product_accessory'"
           />
         </el-form>
@@ -834,6 +862,7 @@
           :name="'产品解决方案'"
           :fileName="form.armariumBoFlow.productSolutionAccessoryName"
           :fileUrlid="form.armariumBoFlow.productSolutionAccessoryUrlId"
+          :fileCreateBy="form.armariumBoFlow.productSolutionAccessoryCreateBy"
           :field="'product_solution_accessory'"
         />
       </el-tab-pane>
@@ -858,6 +887,7 @@
               :name="'投标书'"
               :fileName="form.armariumBoFlow.biddingDocumentsAccessoryName"
               :fileUrlid="form.armariumBoFlow.biddingDocumentsAccessoryUrlId"
+              :fileCreateBy="form.armariumBoFlow.biddingDocumentsAccessoryCreateBy"
               :field="'bidding_documents_accessory'"
             />
           </el-row>
@@ -904,6 +934,7 @@
               :name="'中标通知书'"
               :fileName="form.armariumBoFlow.letterAcceptanceAccessoryName"
               :fileUrlid="form.armariumBoFlow.letterAcceptanceAccessoryUrlId"
+              :fileCreateBy="form.armariumBoFlow.letterAcceptanceAccessoryCreateBy"
               :field="'letter_acceptance_accessory'"
             />
           </el-row>
@@ -929,6 +960,7 @@
               :name="'合同文件'"
               :fileName="form.armariumBoFlow.contractDocumentAccessoryName"
               :fileUrlid="form.armariumBoFlow.contractDocumentAccessoryUrlId"
+              :fileCreateBy="form.armariumBoFlow.contractDocumentAccessoryCreateBy"
               :field="'contract_document_accessory'"
             />
           </el-row>
@@ -944,6 +976,7 @@
           :name="'设备清单'"
           :fileName="form.amfBoFlow.hosEqPurchaseAccessoryName"
           :fileUrlid="form.amfBoFlow.hosEqPurchaseAccessoryUrlId"
+          :fileCreateBy="form.amfBoFlow.hosEqPurchaseAccessoryCreateBy"
           :field="'hos_eq_purchase_accessory'"
         />
       </el-tab-pane>
@@ -979,6 +1012,7 @@
             :name="'设备清单'"
             :fileName="form.amfBoFlow.businessCouncilAccessoryName"
             :fileUrlid="form.amfBoFlow.businessCouncilAccessoryUrlId"
+            :fileCreateBy="form.amfBoFlow.businessCouncilAccessoryCreateBy"
             :field="'business_council_accessory'"
             v-if="form.amfBoFlow.projectApproval == 1"
           />
@@ -988,6 +1022,7 @@
             :name="'立项书'"
             :fileName="form.amfBoFlow.projectProposalAccessoryName"
             :fileUrlid="form.amfBoFlow.projectProposalAccessoryUrlId"
+            :fileCreateBy="form.amfBoFlow.projectProposalAccessoryCreateBy"
             :field="'project_proposal_accessory'"
             v-if="form.amfBoFlow.projectApproval == 1"
           />
@@ -1021,6 +1056,7 @@
             :name="'谈判产品报告'"
             :fileName="form.amfBoFlow.negotiationProductAccessoryName"
             :fileUrlid="form.amfBoFlow.negotiationProductAccessoryUrlId"
+            :fileCreateBy="form.amfBoFlow.negotiationProductAccessoryCreateBy"
             :field="'negotiation_product_accessory'"
           />
         </el-form>
@@ -1056,6 +1092,7 @@
           :name="'产品解决方案'"
           :fileName="form.amfBoFlow.productSolutionAccessoryName"
           :fileUrlid="form.amfBoFlow.productSolutionAccessoryUrlId"
+          :fileCreateBy="form.amfBoFlow.productSolutionAccessoryCreateBy"
           :field="'product_solution_accessory'"
         />
       </el-tab-pane>
@@ -1080,6 +1117,7 @@
               :name="'投标书'"
               :fileName="form.amfBoFlow.biddingDocumentsAccessoryName"
               :fileUrlid="form.amfBoFlow.biddingDocumentsAccessoryUrlId"
+              :fileCreateBy="form.amfBoFlow.biddingDocumentsAccessoryCreateBy"
               :field="'bidding_documents_accessory'"
             />
           </el-row>
@@ -1126,6 +1164,7 @@
               :name="'中标通知书'"
               :fileName="form.amfBoFlow.letterAcceptanceAccessoryName"
               :fileUrlid="form.amfBoFlow.letterAcceptanceAccessoryUrlId"
+              :fileCreateBy="form.amfBoFlow.letterAcceptanceAccessoryCreateBy"
               :field="'letter_acceptance_accessory'"
             />
           </el-row>
@@ -1151,6 +1190,7 @@
               :name="'合同文件'"
               :fileName="form.amfBoFlow.contractDocumentAccessoryName"
               :fileUrlid="form.amfBoFlow.contractDocumentAccessoryUrlId"
+              :fileCreateBy="form.amfBoFlow.contractDocumentAccessoryCreateBy"
               :field="'contract_document_accessory'"
             />
           </el-row>

+ 4 - 8
src/views/business/spd/bo/refer/contact/index.vue

@@ -15,8 +15,7 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
-              :model="searchForm"
+              :model="queryParams"
               @keyup.enter.native="getList()"
               @submit.native.prevent
             >
@@ -132,10 +131,6 @@ export default {
         customerName: undefined,
         state: null,
       },
-      searchForm: {
-        name: '',
-        customerName: ''
-      },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
       dataList: [],
@@ -196,9 +191,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      this.$refs.searchForm.resetFields();
+      this.queryParams.name = '';
+      this.queryParams.customerName = '';
       this.getList();
     },
     // 选中数据

+ 4 - 10
src/views/business/spd/bo/refer/customer/index.vue

@@ -15,7 +15,6 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
               :model="searchForm"
               @keyup.enter.native="getList()"
               @submit.native.prevent
@@ -128,12 +127,8 @@ export default {
       queryParams: {
         pageNum: 1,
         pageSize: 10,
-        code: undefined,
-        name: undefined,
-      },
-      searchForm: {
         code: '',
-        name: ''
+        name: '',
       },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
@@ -141,7 +136,6 @@ export default {
       pageNo: 1,
       pageSize: 10,
       total: 0,
-      orders: [],
       loading: false,
       visible: false,
     };
@@ -188,10 +182,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      // this.$refs.searchForm.resetFields();
-      this.resetForm("searchForm");
+      this.queryParams.code = '';
+      this.queryParams.name = '';
       this.getList();
     },
     // 选中数据

+ 4 - 8
src/views/business/spd/bo/refer/dept/index.vue

@@ -15,8 +15,7 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
-              :model="searchForm"
+              :model="queryParams"
               @keyup.enter.native="getList()"
               @submit.native.prevent
             >
@@ -131,10 +130,6 @@ export default {
         deptId: undefined,
         deptName: undefined,
       },
-      searchForm: {
-        code: '',
-        name: ''
-      },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
       dataList: [],
@@ -188,9 +183,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      this.$refs.searchForm.resetFields();
+      this.queryParams.deptId = '';
+      this.queryParams.deptName = '';
       this.getList();
     },
     // 选中数据

+ 4 - 8
src/views/business/spd/bo/refer/org/index.vue

@@ -15,8 +15,7 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
-              :model="searchForm"
+              :model="queryParams"
               @keyup.enter.native="getList()"
               @submit.native.prevent
             >
@@ -131,10 +130,6 @@ export default {
         deptId: undefined,
         deptName: undefined,
       },
-      searchForm: {
-        code: '',
-        name: ''
-      },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
       dataList: [],
@@ -188,9 +183,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      this.$refs.searchForm.resetFields();
+      this.queryParams.deptId = '';
+      this.queryParams.deptName = '';
       this.getList();
     },
     // 选中数据

+ 4 - 8
src/views/business/spd/bo/refer/saleaea/index.vue

@@ -15,8 +15,7 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
-              :model="searchForm"
+              :model="queryParams"
               @keyup.enter.native="getList()"
               @submit.native.prevent
             >
@@ -131,10 +130,6 @@ export default {
         code: undefined,
         name: undefined,
       },
-      searchForm: {
-        code: '',
-        name: ''
-      },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
       dataList: [],
@@ -188,9 +183,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      this.$refs.searchForm.resetFields();
+      this.queryParams.code = '';
+      this.queryParams.name = '';
       this.getList();
     },
     // 选中数据

+ 4 - 8
src/views/business/spd/bo/refer/staff/index.vue

@@ -15,8 +15,7 @@
             <el-form
               size="small"
               :inline="true"
-              ref="searchForm"
-              :model="searchForm"
+              :model="queryParams"
               @keyup.enter.native="getList()"
               @submit.native.prevent
             >
@@ -131,10 +130,6 @@ export default {
         userName: undefined,
         nickName: undefined,
       },
-      searchForm: {
-        code: '',
-        name: ''
-      },
       dataListAllSelections: [], // 所有选中的数据包含跨页数据
       idKey: "id", // 标识列表数据中每一行的唯一键的名称(需要按自己的数据改一下)
       dataList: [],
@@ -188,9 +183,10 @@ export default {
       this.queryParams.pageNum = val;
       this.getList();
     },
-    // 排序
+    // 重置
     resetSearch() {
-      this.$refs.searchForm.resetFields();
+      this.queryParams.userName = '';
+      this.queryParams.nickName = '';
       this.getList();
     },
     // 选中数据