|
@@ -1045,7 +1045,7 @@ export default {
|
|
|
},
|
|
|
setForm(e) {
|
|
|
// console.log(this.$refs.form)
|
|
|
- this.request_form.title = this.fromList.needName;
|
|
|
+ this.request_form.title = '[工作台]-省通用工单-'+this.fromList.needName;
|
|
|
// this.request_form.title = this.$refs.form.needName;
|
|
|
// this.$refs.form.taskId = e;
|
|
|
console.log(this.fromList.mkFileShareAttachList);
|