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;" 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;