|
@@ -144,7 +144,7 @@ export default {
|
|
{
|
|
{
|
|
key: 'userName',
|
|
key: 'userName',
|
|
text: '用户名',
|
|
text: '用户名',
|
|
- width: 100
|
|
|
|
|
|
+ width: 130
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: 'deptName',
|
|
key: 'deptName',
|
|
@@ -405,7 +405,7 @@ export default {
|
|
return arr
|
|
return arr
|
|
},
|
|
},
|
|
// 所有需求 自己需求 切换
|
|
// 所有需求 自己需求 切换
|
|
- creatorCondChange (data) {
|
|
|
|
|
|
+ creatorCondChange () {
|
|
// {id: 1, name: '我的需求'}
|
|
// {id: 1, name: '我的需求'}
|
|
// this.creatorCond = data.id
|
|
// this.creatorCond = data.id
|
|
this.getTableData()
|
|
this.getTableData()
|