zuozhengqing
2023-10-16 91a6bc145cdda4535802080e54e604ee64fd5a9f
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -396,8 +396,8 @@
      }).then((res) => {
        console.log(res.data)
        if (res.data.code === 200) {
          if (res.data.data.data && res.data.data.data.length > 0) {
            const list = res.data.data.data.map((item) => {
          if (res.data.data && res.data.data.length > 0) {
            const list = res.data.data.map((item) => {
              return {
                ...item
              }