|
@@ -98,7 +98,7 @@ export default {
|
|
|
list: [],
|
|
|
total: 0,
|
|
|
currentPage: 0,
|
|
|
- param: {
|
|
|
+ /*param: {
|
|
|
id: "20240801134103",
|
|
|
content: {
|
|
|
sat_sharematerialid: "",
|
|
@@ -108,13 +108,27 @@ export default {
|
|
|
condition: "",
|
|
|
},
|
|
|
},
|
|
|
+ },*/
|
|
|
+ param:{
|
|
|
+ id: 20240920101703,
|
|
|
+ content: {
|
|
|
+ siteid:JSON.parse(sessionStorage.getItem("active_account")).siteid,
|
|
|
+ pageNumber: 1,
|
|
|
+ pageSize: 50,
|
|
|
+ where:{
|
|
|
+ sat_sharematerialid:"",
|
|
|
+ condition:"",
|
|
|
+ isonsale:"",
|
|
|
+ class:""
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
loading: false,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
addBtn() {
|
|
|
- this.param.content.sat_sharematerialid = this.sat_sharematerialid;
|
|
|
+ this.param.content.where.sat_sharematerialid = this.sat_sharematerialid;
|
|
|
this.param.content.where.condition = "";
|
|
|
this.listData((this.param.content.pageNumber = 1));
|
|
|
},
|