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