zss
2024-08-29 ef408d6a8bbef12d1df69fd5b0ca61849ff25853
src/components/view/a6-device-management.vue
@@ -838,7 +838,7 @@
          this.$message.error('未输入启用日期')
          return
        }
        if(!this.formData2.deviceStatus){
        if(this.formData2.deviceStatus==='' || this.formData2.deviceStatus===null){
          this.$message.error('未选择当前状态')
          return
        }
@@ -847,7 +847,7 @@
          return
        }
            this.upLoad2 = true;
        this.formData2.insProductIds = this.formData2.insProductIds.join()
        this.formData2.insProductIds = this.formData2.insProductIds?this.formData2.insProductIds.join():''
            this.$axios.post(this.$api.deviceScope.addDeviceParameter, this.formData2, {
               headers: {
                  'Content-Type': 'application/json'