648540858
2022-08-31 703c2e292a812f80d9a1a7551c18c2cf457f58ba
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({