commit
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
align="center">
|
||||
<template slot-scope="scope">
|
||||
<!-- <el-input style="margin: 10px 0;" disabled v-model="scope.row.unit"></el-input>-->
|
||||
<el-input style="margin: 10px 0;" v-model="scope.row.unit"></el-input>
|
||||
<el-input :disabled="DrawerType === 'see'" style="margin: 10px 0;" v-model="scope.row.unit"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
@@ -1436,8 +1436,8 @@
|
||||
pName: row.name,
|
||||
name: row.name,
|
||||
number: row.number,
|
||||
changeTime: row.changeTime,
|
||||
mark: row.mark,
|
||||
changeTime: row.changeTime || '',
|
||||
mark: row.mark || '',
|
||||
standerArea: row.standerArea,
|
||||
itemType: row.level === '1' ? '标委会' : (row.level === '2' ? '分标委' : (row.level === '3' ? '工作组' : '标准'))
|
||||
}
|
||||
@@ -1490,8 +1490,8 @@
|
||||
pName: row.name,
|
||||
name: row.name,
|
||||
number: row.number,
|
||||
changeTime: row.changeTime,
|
||||
mark: row.mark,
|
||||
changeTime: row.changeTime || '',
|
||||
mark: row.mark || '',
|
||||
standerArea: row.standerArea,
|
||||
itemType: row.level === '1' ? '标委会' : (row.level === '2' ? '分标委' : (row.level === '3' ? '工作组' : '标准'))
|
||||
}
|
||||
@@ -1582,6 +1582,7 @@
|
||||
this.addForm.wgMeetingInfos.forEach(item => {
|
||||
item.joinfile = JSON.stringify(item.joinfile)
|
||||
})
|
||||
console.log(this.addForm);
|
||||
this.$http.postData('wg_work_group/updateData', this.addForm, {
|
||||
_this: this
|
||||
}, res => {
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
prop="unit"
|
||||
align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input style="margin: 10px 0;" v-model="scope.row.unit"></el-input>
|
||||
<el-input :disabled="DrawerType === 'see'" style="margin: 10px 0;" v-model="scope.row.unit"></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user