648540858
2022-09-16 692f7167883a246067dfa0dc7f7f16d6ef309d9b
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({