lawrencehj
2021-07-23 f8abd2603002eb6ff296d26f99042681d9b2bc92
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 {