소스 검색

fix: fn写错位

zh 2 년 전
부모
커밋
2034175a1a
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 8
      src/components/NotifyBox/index.vue

+ 2 - 8
src/components/NotifyBox/index.vue

@@ -133,14 +133,8 @@
               <el-form-item prop="specification" label="规格型号">
                 <div style="display: flex">
                   <el-input v-model="specification" clearable style="margin-right: 10px" />
-                  <el-button
-                    @click="
-                      specification = ''
-                      getListInvoiceOrder()
-                    "
-                    >重置</el-button
-                  >
-                  <el-button type="primary" @click="handleReset">查询</el-button>
+                  <el-button @click="handleReset">重置</el-button>
+                  <el-button type="primary" @click="getArrivalNotice">查询</el-button>
                 </div>
               </el-form-item>
             </el-col>