1
lzhe
2024-04-13 2bdbe42d8d4b03b46d2066e50e595a06cebd43c2
src/views/console/system/interfaceConfig.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:18:47
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-11 21:34:08
 * @LastEditTime: 2024-04-11 22:08:27
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/system/interfaceConfig.vue
 * 看板接口
-->
@@ -156,7 +156,6 @@
            Object.keys(this.row).forEach(v => {
                this.row[v] = ''
            })
            this.row.orderNum = 0
            this.dialogTitle = '新增'
            this.dialogVisible = true
        },
@@ -182,7 +181,7 @@
        table_edit(row) {
            this.row = { ...row }
            console.log(this.row)
            this.dialogTitle = '新增'
            this.dialogTitle = '编辑'
            this.dialogVisible = true
        },
        table_del(row) {