소스 검색

2022-02-16

王克恕 3 년 전
부모
커밋
a663736f78
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 4
      imcs-ui/src/views/zuihou/prepareProductMgr/plateMgr/Index.vue

+ 7 - 4
imcs-ui/src/views/zuihou/prepareProductMgr/plateMgr/Index.vue

@@ -251,10 +251,13 @@
 	      })
 	    },
 	    reset () {
-	      this.queryParams = initQueryParams({})
-	      this.$refs.table.clearSort()
-	      this.$refs.table.clearFilter()
-	      this.search()
+	      this.queryParams = initQueryParams({});
+	      this.brand = {
+	      	key: ''
+	      };
+	      this.$refs.table.clearSort();
+	      this.$refs.table.clearFilter();
+	      this.search();
 	    },
 	    add () {
 	      this.$refs.edit.type = "add"