Kaynağa Gözat

fix: fn写错位

zh 2 yıl önce
ebeveyn
işleme
2034175a1a
1 değiştirilmiş dosya ile 2 ekleme ve 8 silme
  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>