瀏覽代碼

承包合同修改

rongxin_prod
QI_YUJIE 1 年之前
父節點
當前提交
304640eda6
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. +7
    -1
      src/views/sunVillage_info/list_cbht.vue

+ 7
- 1
src/views/sunVillage_info/list_cbht.vue 查看文件

@@ -305,7 +305,13 @@
this.$toast({
icon: 'success',
message: '归档完成',
duration: "1000"
duration: "1000",
onClose: () => {
this.queryParams.pageNum = 1;
this.finished = false;
this.applicationList = [];
this.getList();
}
});
}
});


Loading…
取消
儲存