|
@@ -1208,8 +1208,8 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model="scope.row.createBy"
|
|
v-model="scope.row.createBy"
|
|
- :disabled="browseStatus"
|
|
|
|
- placeholder="默认登陆人"
|
|
|
|
|
|
+ disabled
|
|
|
|
+ placeholder="上传人"
|
|
show-word-limit
|
|
show-word-limit
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
@@ -2420,7 +2420,7 @@ export default {
|
|
this.relevantAttachments.push({
|
|
this.relevantAttachments.push({
|
|
fUrl: null,
|
|
fUrl: null,
|
|
fName: null,
|
|
fName: null,
|
|
- createBy: this.queryParams.createBy,
|
|
|
|
|
|
+ createBy: this.form.createBy,
|
|
createTime: Date.parse(new Date()),
|
|
createTime: Date.parse(new Date()),
|
|
});
|
|
});
|
|
},
|
|
},
|