| | |
| | | size: this.pageSize |
| | | }) |
| | | .then((res) => { |
| | | console.log("res", res); |
| | | this.list = res.data.records; |
| | | this.total = res.data.total; |
| | | if (this.pageSize >= this.total) { |
| | |
| | | }); |
| | | }, |
| | | search(value) { |
| | | console.log("111", value); |
| | | if (value) { |
| | | this.list = []; |
| | | this.pageSize = 10; |
| | |
| | | moNo: value, |
| | | }) |
| | | .then((res) => { |
| | | console.log("res", res); |
| | | this.list = res.data.records; |
| | | this.total = res.data.total; |
| | | if (this.pageSize >= this.total) { |
| | |
| | | |
| | | ._label-name { |
| | | margin-left: 11rpx; |
| | | font-size: 26rpx; |
| | | font-size: small; |
| | | font-weight: 500; |
| | | color: #666666; |
| | | } |
| | |
| | | flex: 1.5; |
| | | text-align: right; |
| | | color: #909399; |
| | | font-size: 24rpx; |
| | | font-size: small; |
| | | } |
| | | |
| | | .row-list .s1 { |