Explorar o código

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

luolei %!s(int64=5) %!d(string=hai) anos
pai
achega
f7a267306d
Modificáronse 1 ficheiros con 3 adicións e 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) => {