diff --git a/src/views/qm/productCheck.vue b/src/views/qm/productCheck.vue
index 2e9155a4..0270912f 100644
--- a/src/views/qm/productCheck.vue
+++ b/src/views/qm/productCheck.vue
@@ -366,9 +366,11 @@ export default {
//获取员工
getUserList() {
let that = this;
- this.$API.system.user.list.req({ page: 0 }).then((res) => {
- that.userList = res;
- });
+ this.$API.system.user.list
+ .req({ page: 0, belong_dept__name: "检验管理部" })
+ .then((res) => {
+ that.userList = res;
+ });
},
//表格数据
getCheckList(ftestwork) {
diff --git a/src/views/qm/product_form.vue b/src/views/qm/product_form.vue
index bcd8d319..9f39c6ba 100644
--- a/src/views/qm/product_form.vue
+++ b/src/views/qm/product_form.vue
@@ -1,152 +1,174 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存
- 取消
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 取消
+
+
+
-
+