yangfeng
2023-08-15 c1adf27fbabbff1d76b60993521c765ef1ed79ef
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) {