commit
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
style="display: none;"
|
style="display: none;"
|
||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
<el-input v-model="form.bzfgName" placeholder="请选择标准法规工程师分线管理员" @click.native="choiceZRR(form.bzfgId)"></el-input>
|
<el-input disabled v-model="form.bzfgName" placeholder="请选择标准法规工程师分线管理员"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -467,8 +467,11 @@
|
|||||||
this.form.textType = data.textType || data.form.textType
|
this.form.textType = data.textType || data.form.textType
|
||||||
this.form.modelList = data.modelList || data.form.modelList
|
this.form.modelList = data.modelList || data.form.modelList
|
||||||
this.form.modelNameList = data.modelNameList || data.form.modelNameList
|
this.form.modelNameList = data.modelNameList || data.form.modelNameList
|
||||||
this.form.bzfgId = data.bzfgId || ''
|
console.log(data);
|
||||||
this.form.bzfgName = data.bzfgName || ''
|
this.form.bzfgId = data.startUser
|
||||||
|
this.form.bzfgName = data.startUserName
|
||||||
|
// this.form.bzfgId = data.bzfgId || ''
|
||||||
|
// this.form.bzfgName = data.bzfgName || ''
|
||||||
this.json = data
|
this.json = data
|
||||||
this.data = data.info || data.data
|
this.data = data.info || data.data
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
|
|||||||
@@ -459,7 +459,7 @@ export default {
|
|||||||
newText: '',
|
newText: '',
|
||||||
reason: '',
|
reason: '',
|
||||||
id: id,
|
id: id,
|
||||||
department: this.$store.getters.userInfo.upDeptName,
|
department: this.$store.getters.userInfo.institutionName,
|
||||||
responUserName: this.$store.getters.userInfo.userName,
|
responUserName: this.$store.getters.userInfo.userName,
|
||||||
responUser: this.$store.getters.userInfo.userId
|
responUser: this.$store.getters.userInfo.userId
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user