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