diff --git a/1.html b/1.html
deleted file mode 100644
index 190ab61..0000000
--- a/1.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
- Document
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/customer/AddCustomer.vue b/src/views/customer/AddCustomer.vue
index 4a3da1c..75195a8 100644
--- a/src/views/customer/AddCustomer.vue
+++ b/src/views/customer/AddCustomer.vue
@@ -631,6 +631,8 @@ export default {
console.log('ishave=>',isHave)
if (isHave) {
e.productTypeName = isHave.name
+ }else {
+ e.productTypeName = ''
}
// 1开启 0禁用(已过期的订单,或者当前生效的订单为禁用,则显示为禁用,否则是启用)
e.isEnable = (e.status === '未生效' || e.status === '已过期' || !e.orderEnable) ?