| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-03-26 10:28:33 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-06-17 16:57:30 |
| | | * @LastEditTime: 2024-06-17 22:29:43 |
| | | * @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 |
| | | --> |
| | |
| | | if(eventData.data[item.name]) { |
| | | item.code = eventData.data[item.name].v; |
| | | } |
| | | that.allwcs.forEach(item1=> { |
| | | that.allwcs.forEach((item1)=> { |
| | | if(item.code == item1.code) { |
| | | item.codeName = item1.name; //第二步把v的code和运行对应 |
| | | if(item.code == "2") { |