yangfeng
2023-08-15 6857572e3d303daaf3c28e639aad91c0bdf2fc42
src/views/other/commonDialog/SelectClientDialog.vue
@@ -82,11 +82,7 @@
        return {
          editVisible: false,
          title: "",
          infomation: {
            name: "",
            color: "",
            setDefault: ""
          }
          infomation: {}
        }
      }
    }
@@ -142,7 +138,7 @@
    },
    selNameClick(row) {
      this.editConfig.editVisible = false
      this.$emit("selClient", row)
      this.$emit("selClient", row, "client")
    },
    // 时间显示
    dateFormat(fmt, date) {