wangting
2023-06-28 c09f5e8037f096a637a6ac1bc5224fcbca8bbc87
修改参照数据绑定
已修改2个文件
6 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -280,6 +280,9 @@
          this.page.total=res.total
          this.loading = false;
          this.selectionClear();
        }).catch(error=>{
          this.$message.error(error);
          this.loading = false;
        });
      }
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -338,6 +338,9 @@
          this.page.total=res.total
          this.loading = false;
          this.selectionClear();
        }).catch(error=>{
          this.$message.error(error);
          this.loading = false;
        });
      }