+
{{ "请绑定" }}
@@ -210,7 +210,7 @@
type="warning"
icon="el-icon-user-solid"
@click="handleUpdateKeep(scope.row)"
- v-if="scope.row.keeperUserName != null"
+ v-if="scope.row.keeperUserName"
>
库管解绑
@@ -265,6 +265,7 @@ export default {
multiple: true,
// 显示搜索条件
showSearch: true,
+ tableData: [],
// 总条数
total: 0,
totalTemp: 0,
diff --git a/src/views/material/ma/typeConfigRepair/index.vue b/src/views/material/ma/typeConfigRepair/index.vue
index 35137141..12e327d0 100644
--- a/src/views/material/ma/typeConfigRepair/index.vue
+++ b/src/views/material/ma/typeConfigRepair/index.vue
@@ -210,7 +210,7 @@
type="warning"
icon="el-icon-user-solid"
@click="handleUpdateKeep(scope.row)"
- v-if="scope.row.repairUserName != null"
+ v-if="scope.row.repairUserName"
>
维修解绑
@@ -264,6 +264,7 @@ export default {
multiple: true,
// 显示搜索条件
showSearch: true,
+ tableData: [],
// 总条数
total: 0,
totalTemp: 0,