修改
This commit is contained in:
parent
89d31d0392
commit
82e5c9acc0
@ -291,7 +291,7 @@ export default {
|
|||||||
goodsCategoryPicture: null,
|
goodsCategoryPicture: null,
|
||||||
categoryRemark: null,
|
categoryRemark: null,
|
||||||
sort: null,
|
sort: null,
|
||||||
parentId: "",
|
parentId: 0,
|
||||||
parentName: "",
|
parentName: "",
|
||||||
},
|
},
|
||||||
// 表单参数
|
// 表单参数
|
||||||
@ -419,6 +419,11 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
|
this.queryParams = {
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 10,
|
||||||
|
parentId: 0,
|
||||||
|
};
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user