Browse Source

权限bug修改

psj 2 years ago
parent
commit
6c51c346b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/electricCard/ElectricCard.vue

+ 2 - 2
src/views/electricCard/ElectricCard.vue

@@ -373,11 +373,11 @@ export default {
           confirmButtonText: '确定'
         });
       }
-
       this.uploadData = {
         INSERT_TIME:this.formData.INSERT_TIME,
         LICENSE_ITEM_NUM:this.formData.LICENSE_ITEM_NUM,
-        CALL_LICENSE_TYPE:this.formData.CALL_LICENSE_NUM,
+        CALL_LICENSE_TYPE:this.formData.CALL_LICENSE_TYPE,
+        CALL_LICENSE_NUM:this.formData.CALL_LICENSE_NUM,
         CALL_CERTIFICATE_NUM:this.formData.CALL_CERTIFICATE_NUM,
         CALL_CERTIFICATE_BJK:this.formData.CALL_CERTIFICATE_BJK,
         CALL_CERTIFICATE_ZXDY:this.formData.CALL_CERTIFICATE_ZXDY,