hfxc226 2 жил өмнө
parent
commit
b9cfb261aa

+ 0 - 18
src/views/excel/ImportExcel.vue

@@ -6,14 +6,6 @@
         {{ name }}
       </a-card-grid>
     </a-card>
-    <a-row :gutter="48">
-      <a-col :md="48" :sm="48">
-        <span class="table-page-search-submitButtons" style="float: right;margin-top: 10px">
-          <a-button style="margin-left: 8px" @click="handleCancel()">返回</a-button>
-        </span>
-      </a-col>
-    </a-row>
-
     <import-form-add ref="importModal"/>
   </a-card>
 </template>
@@ -50,16 +42,6 @@ export default {
         this.data = []
       }
     },
-    handleCancel (values) {
-      this.visible = false
-      this.confirmLoading = false
-      this.form.resetFields()
-      if (this.BaseTool.Object.isNotBlank(values)) {
-        this.$emit('ok', values)
-      } else {
-        this.$emit('ok')
-      }
-    },
     doImport (index) {
       console.log(index)
       this.$refs.importModal.base(index)