648540858
2021-10-29 c35932e24cf9dda9ef396ab5a45fb1a6e5539748
web_src/src/components/dialog/platformEdit.vue
@@ -105,9 +105,6 @@
        callback(new Error("请输入设备国标编号"));
      } else {
        var exit = await this.deviceGBIdExit(value);
        console.log(exit);
        console.log(exit == "true");
        console.log(exit === "true");
        if (exit) {
          callback(new Error("设备国标编号已存在"));
        } else {