|
@@ -1075,12 +1075,14 @@ export default {
|
|
|
if (this.savestatusBtn) {
|
|
|
this.destroy = true;
|
|
|
this.handleStatus = true;
|
|
|
+ this.request_form.title = '[市场工作台]-风险点防控-'+this.fromList.needName;
|
|
|
} else {
|
|
|
this.$message.error("请先点击保存按钮");
|
|
|
}
|
|
|
} else {
|
|
|
this.destroy = true;
|
|
|
this.handleStatus = true;
|
|
|
+ this.request_form.title = '[市场工作台]-风险点防控-'+this.fromList.needName;
|
|
|
}
|
|
|
},
|
|
|
//处理关闭
|