-
+
导出
-
+
@@ -73,6 +73,11 @@
{{ scope.row.合同信息备注 }}
+
+
+ {{ scope.row.自家项目创建人 }}
+
+
机床
@@ -187,6 +192,7 @@
import elInput from 'element-ui/packages/input'
import { getNowTime } from '@/utils/tool'
import { initProject, searchTable1, selectMachine, addList, editchar, delList, submitMachine, editMachine, delMachine } from '@/api/MarketingCenter/CreateProject'
+import { mapGetters } from 'vuex'
export default {
components: {
elInput
@@ -245,10 +251,16 @@ export default {
flag: ''
}
},
+ computed: {
+ ...mapGetters([
+ 'id'
+ ])
+ },
created() {
this.init()
// this.fetchTableData1()
},
+
methods: {
// EXCEL 导出
// 姜福壮
@@ -364,7 +376,8 @@ export default {
})
},
addTableData1() {
- addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate).then(response => {
+ console.log(this.id, 909090)
+ addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate, this.id).then(response => {
this.dialogFormVisible1 = false
if (response.data[0].result === '1') {
this.$message.success('添加成功')