commit
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
style="display: none;"
|
||||
clearable
|
||||
></el-input>
|
||||
<el-input v-model="form.user7Name" placeholder="请选择审批领导" @click.native="choiceZRR"></el-input>
|
||||
<el-input v-model="form.user7Name" readonly placeholder="请选择审批领导" @click.native="choiceZRR"></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -350,7 +350,7 @@
|
||||
methods: {
|
||||
choiceZRR () {
|
||||
this.nodeList = [];
|
||||
if (this.form.user7.length > 0) {
|
||||
if (this.form.user7.length) {
|
||||
this.nodeList = this.form.user7.split(",");
|
||||
}
|
||||
this.modalshowflag = true;
|
||||
|
||||
Reference in New Issue
Block a user