Browse Source

ESLINT规范调整 20221222****重要;前端 马圣毅

mashengyi 1 year ago
parent
commit
56e7b99edd
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/platform/waybill/history.vue

+ 2 - 3
src/views/platform/waybill/history.vue

@@ -115,9 +115,9 @@
          <el-form-item label="运单文件批次号" prop="fileBatchNum">
             <el-input  placeholder="运单文件批次号" v-model="fileBatchNum"></el-input>
           </el-form-item>
-          
+
        </el-form>
-        
+
         <span slot="footer" class="dialog-footer">
           <el-button @click="dialogVisible = false">取 消</el-button>
           <el-button type="primary" @click="batchUpload" v-loading.fullscreen.lock="fullscreenLoading">确 定</el-button>
@@ -319,7 +319,6 @@ export default{
       }
     },
     showConfirm(){
-      debugger
       this.dialogVisible = true
       this.fileBatchNum = ''
     },