|
@@ -266,15 +266,15 @@ export default {
|
|
|
this.getList()
|
|
|
},
|
|
|
getList () {
|
|
|
- GetFacPricePageList({
|
|
|
- ...this.params,
|
|
|
- materialCode: this.data.materialCode
|
|
|
- }).then(res => {
|
|
|
- if (res.code === 0) {
|
|
|
- this.gysData = res.result.list
|
|
|
- this.params.total = res.result.totalCount
|
|
|
- }
|
|
|
- })
|
|
|
+ // GetFacPricePageList({
|
|
|
+ // ...this.params,
|
|
|
+ // materialCode: this.data.materialCode
|
|
|
+ // }).then(res => {
|
|
|
+ // if (res.code === 0) {
|
|
|
+ // this.gysData = res.result.list
|
|
|
+ // this.params.total = res.result.totalCount
|
|
|
+ // }
|
|
|
+ // })
|
|
|
}
|
|
|
}
|
|
|
}
|