seimin 2 년 전
부모
커밋
64ea0b3396
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/Inspection.vue

+ 3 - 0
src/views/Inspection.vue

@@ -320,6 +320,9 @@ export default {
320 320
       console.log(this.stateValue);
321 321
       var that = this;
322 322
       // that.items.length=0;
323
+      if (that.searching) {
324
+        that.idx = 0;
325
+      }
323 326
       let postData = {
324 327
         assignee: that.loginUser.id,
325 328
         idx: that.idx,