Explorar el Código

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

zhouhao hace 2 años
padre
commit
f878336934
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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++) {