| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-03-26 10:28:33 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-05-28 16:40:59 |
| | | * @LastEditTime: 2024-05-29 15:24:20 |
| | | * @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 |
| | | --> |
| | |
| | | }, |
| | | methods: { |
| | | addFieldSuccess() { |
| | | |
| | | this.getTableData(); |
| | | }, |
| | | addField() { |
| | | this.dialog.save = true; |
| | |
| | | table_edit(row) { |
| | | this.dialog.save = true; |
| | | this.$nextTick(() => { |
| | | this.$refs.saveDialog.open('edit').setData(row) |
| | | this.$refs.saveDialog.open('edit').setData(row); |
| | | }) |
| | | }, |
| | | table_del(row) { |