|
@@ -86,14 +86,7 @@ export default {
|
|
|
placeholder: "商品编号",
|
|
|
},
|
|
|
],
|
|
|
- formData: {
|
|
|
- status: "0,1",
|
|
|
- pageSize: 10,
|
|
|
- pageNum: 1,
|
|
|
- businessId: this.businessId,
|
|
|
- educationTypeId: this.educationTypeId,
|
|
|
- goodsTypes: [1, 2, 6],
|
|
|
- },
|
|
|
+ formData: {},
|
|
|
loading: false,
|
|
|
total: 0,
|
|
|
tableRadio: "",
|
|
@@ -172,7 +165,7 @@ export default {
|
|
|
this.tableRadio = "";
|
|
|
this.activeData = row;
|
|
|
this.dialogTableVisible = true;
|
|
|
- this.search();
|
|
|
+ this.init();
|
|
|
},
|
|
|
handleSizeChange(v) {
|
|
|
this.formData.pageSize = v;
|