diff --git a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue index e85aa74a..d717878e 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue @@ -396,6 +396,7 @@ @@ -856,6 +857,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 294f38ea..1a2377d7 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" > - +