zuozhengqing
2023-11-15 7c5c3b8a1b2d571c66efd85b5dbbd37aa57c9ff8
src/views/other/commonDialog/EditDropdownDialog.vue
@@ -111,7 +111,7 @@
        pageSize: 100
      }).then((res) => {
        console.log(res.data)
        this.tableData = res.data.data.list
        this.tableData = res.data.list
      })
    },
    handleClose() {