This commit is contained in:
zhutianqi
2022-01-10 11:43:33 +08:00
parent 36089aadd7
commit e55addd0fb
@@ -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;