diff --git a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue index 30827202..0939a569 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue @@ -868,6 +868,12 @@ export default { this.reset() const typeId = row.typeId || this.ids getMaType(typeId).then((response) => { + if (response.data.propId == 0) { + response.data.propId = null + } + if (response.data.repairUserId == 0) { + response.data.repairUserId = null + } this.form = response.data if (this.form.documentUrl) { let file = { diff --git a/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue b/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue index b1ffae28..f8537cbf 100644 --- a/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue +++ b/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue @@ -182,7 +182,7 @@ :data="labelList" @selection-change="handleSelectionChange" > - +