|
|
@@ -94,18 +94,18 @@ export default {
|
|
|
methods:{
|
|
|
onShow(){
|
|
|
this.dialogFormVisible = true
|
|
|
- this.params = {
|
|
|
- "id": 20221124093602,
|
|
|
- "content": {
|
|
|
- "sa_contractid": this.$route.query.id,
|
|
|
- "pageNumber": 1,
|
|
|
- "pageSize": 100,
|
|
|
- "where": {
|
|
|
- "condition": "",
|
|
|
- "istool": 0
|
|
|
- }
|
|
|
- },
|
|
|
- }
|
|
|
+ // this.params = {
|
|
|
+ // "id": 20221124093602,
|
|
|
+ // "content": {
|
|
|
+ // "sa_contractid": this.$route.query.id,
|
|
|
+ // "pageNumber": 1,
|
|
|
+ // "pageSize": 100,
|
|
|
+ // "where": {
|
|
|
+ // "condition": "",
|
|
|
+ // "istool": 0
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // }
|
|
|
this.listData(this.params.content.pageNumber = 1)
|
|
|
},
|
|
|
/*可添加商品*/
|