zuozhengqing
2023-10-16 270f3ed6ad6e1b8770ec61afbb49ae865c6533c6
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -66,6 +66,7 @@
        return {
          editVisible: false,
          title: "",
          clientId: 0,
          tableInfomation: []
        }
      }
@@ -93,6 +94,9 @@
    }
  },
  created() {
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.setTable()
    this.getData()
  },
@@ -392,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
              }