Explorar el Código

Merge branch 'test' of http://192.168.2.236:10080/zhouna/platformFront into test

luolei hace 5 años
padre
commit
f7a267306d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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) => {