yangfeng
2023-08-11 78cf30802189becef2725af73f37b5d2cb28600f
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) {