瀏覽代碼

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"