seimin 3 年之前
父節點
當前提交
64ea0b3396
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/Inspection.vue

+ 3 - 0
src/views/Inspection.vue

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