648540858
2022-08-29 9e2630ee32cf98b7191b8034eabc8f8dd105b22b
web_src/src/components/dialog/deviceEdit.vue
@@ -122,7 +122,7 @@
        params: this.form
      }).then((res) => {
        console.log(res.data)
        if (res.data.code == 0) {
        if (res.data.code === 0) {
          this.listChangeCallback()
        }else {
          this.$message({