Pārlūkot izejas kodu

Merge branch 'qualityControl' into test

zhangxc 5 gadi atpakaļ
vecāks
revīzija
c5c5a46f21
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/components/safeControl/AddToken.vue

+ 3 - 0
src/components/safeControl/AddToken.vue

@@ -148,6 +148,9 @@
                     this.cpu = data['server.cpu']
                     this.disk = data['server.disk']
                 } else {
+                    this.mainboard = ''
+                    this.cpu = ''
+                    this.disk = ''
                     this.warning(res.data.msg)
                 }
             }).catch((err) => {