| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-03-26 10:28:33 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-04-18 18:27:19 |
| | | * @LastEditTime: 2024-04-18 18:35:55 |
| | | * @FilePath: /smart-web/src/views/master/person/main/index.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | data(){ |
| | | return { |
| | | stationForm: { |
| | | test: "461" |
| | | test: "" |
| | | }, |
| | | dialog: { |
| | | save: false |
| | |
| | | }) |
| | | }, |
| | | getlist() { |
| | | var obj = { |
| | | workstationId: this.lastLevelId, |
| | | } |
| | | if(this.searchData.feedBackStatus != 0) { |
| | | obj.feedBackStatus = this.searchData.feedBackStatus; |
| | | } |
| | | if(this.searchData.endDate) { |
| | | obj.endDate = this.searchData.endDate; |
| | | } |
| | | if(this.searchData.startDate) { |
| | | obj.startDate = this.searchData.startDate; |
| | | } |
| | | this.$HTTP.post("/api/blade-cps/workstation-wcs-feedback/page?current=1&size=15",obj).then(res=> { |
| | | this.$HTTP.get(`/api/blade-cps/workstation/get?workstationId=${this.lastLevelId}`).then(res=> { |
| | | if(res.code == 200) { |
| | | this.searchDataList = res.data.records; |
| | | console.log(res.data,234) |
| | | } |
| | | }) |
| | | } |