|
@@ -42,7 +42,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="协作要求" prop="collaborativeContent">
|
|
|
<el-input
|
|
|
- :disabled="param.edit"
|
|
|
+ :disabled="!(user.deptId == 100 && user.type ==1)"
|
|
|
type="textarea"
|
|
|
rows="4"
|
|
|
placeholder="请输入协作要求"
|
|
@@ -178,6 +178,7 @@ export default {
|
|
|
|
|
|
getInfo().then((res) => {
|
|
|
this.user = res.user.dept;
|
|
|
+ console.log(this.user);
|
|
|
if (res.user.dept.type == 1 && res.user.userId == 14) {
|
|
|
listDept().then((res) => {
|
|
|
this.deptList = res.data;
|