wangting
2023-08-25 51a52c030cbb11d474581f97a55eb1309a1189e5
Source/UBCS-WEB/src/views/docking/info.vue
@@ -301,7 +301,7 @@
    },
    PUSH(){
      if (this.selectionList.length != 1) {
        this.$message.error('请选择数据')
        this.$message.warning('请选择数据')
        return false;
      }
      this.$confirm("是否要"+ (this.selectionList[0].pushType == "1" ? "推送数据" : "推送分类"), {