| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-05-24 11:25:26 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-05-24 15:24:10 |
| | | * @LastEditTime: 2024-05-27 14:11:14 |
| | | * @FilePath: /src/views/console/product-process/process-route/addWorking.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | this.selection = selection; |
| | | }, |
| | | getTable() { |
| | | this.$HTTP.get(`/api/blade-cps/process/page?current=${this.current}&size=${this.size}&keyword=`).then(res=> { |
| | | this.$HTTP.get(`/api/smis/process/page?current=${this.current}&size=${this.size}&keyword=`).then(res=> { |
| | | if(res.code == 200) { |
| | | this.tableData = res.data.records; |
| | | this.totle = res.data.total; |