fix:缺陷项不合格分类去掉合格选择项

This commit is contained in:
shijing 2025-01-20 17:13:48 +08:00
parent f16f649dc4
commit 53eb08d218
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
code: "",
cate: "尺寸",
note: "",
okcate:10,
okcate:20,
};
export default {
name: 'dept',
@ -112,7 +112,7 @@
],
cateOptions: ['尺寸', '外观','内质'],
okcate_: {
10: '合格',
// 10: '',
20: 'B类合格',
30: '不合格',
},
@ -151,7 +151,7 @@
this.addForm.code="";
this.addForm.note="";
this.addForm.cate="尺寸";
this.addForm.okcate=10;
this.addForm.okcate=20;
this.limitedVisible = true;
//
// this.$refs.addForm.clearValidate();