|
|
@@ -673,6 +673,7 @@
|
|
|
this.$forceUpdate()
|
|
|
this.isShowAddMember = false
|
|
|
}
|
|
|
+ this.getMemberList();
|
|
|
this.$forceUpdate()
|
|
|
this.isShowAddMember = false
|
|
|
// this.projectData.splice(index,index);
|
|
|
@@ -725,6 +726,7 @@
|
|
|
success: res => {
|
|
|
console.log("delete project ok", res);
|
|
|
this.$emit('onBackToProjectList');
|
|
|
+ this.getlist()
|
|
|
this.$forceUpdate();//强制刷新页面
|
|
|
}
|
|
|
})
|
|
|
@@ -766,6 +768,7 @@
|
|
|
console.log('删掉成员 返回',res)
|
|
|
if (res.data.Code == 100) {
|
|
|
// this.$refs.table.getList();
|
|
|
+ this.getMemberList();
|
|
|
this.$forceUpdate();//强制刷新页面
|
|
|
}
|
|
|
// this.projectData.splice(index,index);
|