|
@@ -286,7 +286,7 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<!-- 弹出层新增or修改 -->
|
|
|
- <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" :close-on-click-modal="false" width="90%">
|
|
|
+ <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" v-if ="dialogFormVisible" :close-on-click-modal="false" width="90%">
|
|
|
<div class="app-add">
|
|
|
<el-form
|
|
|
ref="createTemp"
|
|
@@ -1860,7 +1860,11 @@ export default {
|
|
|
console.log('领用单号模糊查询选中值', item)
|
|
|
this.getParmCreateAdd.parammaps.id = item.id
|
|
|
this.getParmCreateAdd.parammaps.pastureId = Cookies.get('pastureid')
|
|
|
- this.createTemp.departmentId = item.departmentId
|
|
|
+
|
|
|
+
|
|
|
+ // this.createTemp.departmentId = item.departmentId
|
|
|
+ this.$set(this.createTemp, "departmentId", item.departmentId)
|
|
|
+
|
|
|
this.createTemp.bid = item.id
|
|
|
this.createTemp.applicatId = item.empId
|
|
|
this.orderPart.applyCode = item.applyCode
|