Browse Source

前端代码合并提交

Administrator 5 tháng trước cách đây
mục cha
commit
d1d3ec0f40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/platform/check/customerComPanyDetailCust.vue

+ 1 - 1
src/views/platform/check/customerComPanyDetailCust.vue

@@ -361,12 +361,12 @@ export default{
           if (response.data.code == 0) {
             loading.close();
             this.carVilidateCodeClose = false;
+            this.carVilidateForm.validCode = ''
             this.$message({
                          type: 'success',
                          message: '发送成功'
                        });
           } else {
-            console.log(111)
             loading.close();
             this.$message({
               type: `error`,