Browse Source

更新 'src/views/deposit_home/components/refund_list-detail.vue'

zhouhao 2 năm trước cách đây
mục cha
commit
f878336934
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      src/views/deposit_home/components/refund_list-detail.vue

+ 1 - 4
src/views/deposit_home/components/refund_list-detail.vue

@@ -901,10 +901,7 @@ export default {
         type: 'warning'
       })
         .then(() => {
-          if (!this.detailList.installDate) {
-            this.$message.error('请选择安装时间')
-            return
-          }
+
 
           if (this.isCustomer) {
             for (let i = 0; i < this.detailList.items.length; i++) {